I have seen some examples of php scripts that read email headers and parse out data to send out a new email to the real email address.
One question I have is....how do I associate alias and real email addresses? Do I store alias email into MySQL and link it to the real email addresses and check it using the script?
I'm thinking of creating an alias email generator in the admin, so I can generate alias email whenever I need it for each post.
Thank you.