Summary
A full-featured
PHP library for creating and sending emails.
Overview
Main Website | github.com/PHPMailer |
Version | 5.2 |
Experience | Easy to install, getting it to work however ... |
Resource | Freelance Level Up Article Written by Jason Forrest |
Notes
- PHPMailer is easily istalled using Composer and it is also easy to find code sample on how to send and email.
- However my ignorance about Postfix and the like left me struggling to make it work.
- It was only after coming across "Step-by-Step—Install MockSMTP to Test Email Delivery During Development on Mac" on Freelance Level Up by Jason Forrest that I actually got it to work.
- After this I was also able to do some successful preliminary testing using AWS SES (more to come).