Incoming Mail and PHP (Page 1 of 2 )
It's time to learn how to generate a mail system using the PHP language. What do we need to consider? How to we setup the system? Gijs will answer these questions and more in this article.
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.Next: Article >>
More PHP Articles
More By Gijs van Tulder