Routing incomming email messages to a PHP script(evolt.org)
evolt.org
Routing incomming email messages to a PHP script
http://www.evolt.org/article/Incoming_Mail_and_PHP/18/27914/index.html
We all know how to send email from PHP. Actually, it's quite easy: mail("to@me", "Hello", "Hello"); Handling mail the other way, sending email to PHP is a task much more unknown. In this article, we will write and install a script that we can send an email to.
0 comments
—