PHP with MySQL Beoyond the Basics
Chapter 13: Sending Emails
This chapter covers using PHP to send emails.
Exericses
- Using Headers
- Since we can't send mail through the school's servers, I tried to include the important information from the exercise.
- Using PHPMailer
- The exercise outlines how to send mail using PHPMailer, both with
sendmail
and using an SMTP server. - Building Notifiction for New Comments
- The exercise reinforces the previous exercises and introduces
heredoc
format.