Sending email with PHPMailer

In this section, we will see how to send emails using PHPMailer, a class described by its creators as a ‘full-featured email creation and transfer class for PHP.’ In the previous topic, we discussed PHP’s mail() function but did not address some of its limitations. These include encryption, authentication, HTML messages, and attachments. As we […]

read more

Comments