Hey. I'd like to make a PHP script that takes the return address, subject, and message from an e-mail saves them as different variables?
So for example: someone sends me an e-mail to me@mydomain.com from whatever client they use (Gmail, Yahoo Mail, Hotmail, etc.). The script receives the e-mail data. Then the script separates the sender, subject, and message as variables and puts them into respective MySQL table columns.
How might I do this? Thanks!
So for example: someone sends me an e-mail to me@mydomain.com from whatever client they use (Gmail, Yahoo Mail, Hotmail, etc.). The script receives the e-mail data. Then the script separates the sender, subject, and message as variables and puts them into respective MySQL table columns.
How might I do this? Thanks!
Comment