Send Emails with the PHP Mailer

Vikas K Solegaonkar
codeburst
Published in
3 min readOct 2, 2020

--

Any decent web application has to communicate with users on multiple levels. Simply displaying information is not enough, web apps should also be able to send emails, SMS messages, and more, to ensure good user engagement.

The PHP Mailer is a full-featured email creation and transfer class for PHP. It is an open-source library — available on Github — that is easy to install and even easier to use. We can use…

--

--