Introduction
Sending email doesn’t have to be complicated.
The Symfony Mailer provides a clean and simple email API. Mailer provide drivers for sending email via SMTP, Mailgun, Postmark, Amazon SES, and sendmail, allowing you to quickly get started sending mail through a local or cloud based service of your choice.
Symfony’s Mailer & Mime components form a powerful system for creating and sending emails - complete with support for multipart messages, Twig integration, CSS inlining, file attachments, signed messages and a lot more.
Read more
- Mailer (Slim 4 - eBook Vol. 1)
- Symfony Mailer Documentation