Using Sendgrid as an Alternative to Phpmailer for Sending emails in PHP

this article was originally published on Medium Sending mails is one of the tasks that you would need to do at some point when building a web application in PHP . A quick google search would bring up one of the treasured open source packages for mail sending called PHPMailer . Now, don’t get me wrong . PHPMailer is very good at what it does as it offers more features than PHP’s default mail() function however it has some shortcomings;...

September 10, 2017 · 5 min · 894 words · Sayo Paul