Forum Moderators: coopster
I'm trying to automatically create an email forwarder for every person who registers on my site. Each person will provide a user name and email address which will be stored in a mysql database. Ideally, a forwarder that will forward user@mysite.com to the user's email address would be generated from that stored information. Is there any way to do this with php? How should I go about doing this?
Thank you
Try running a search for "php e-mail piping script" on the search engine of your choice to see others' solutions.