For a simple contact form and transactional emails I intend to use Amazon SES with PHP.
Researching I came across the following alternatives:
- Using PHP Mailer class with the credentials of the Amazon SES.
- Set up Postfix as Amazon SES relay to use PHP mail() function.
- Using PHP Mailer with Postfix as the Amazon SES relay.
Questions:
- Why hardly anyone uses the PHP Mailer SMTP connection directly with Amazon SES? Not a good practice? It is not scalable?
- Why most professionals use Postfix as SES relay?
- In some cases, why even using Postfix as a SES relay, still using PHP Mailer class?
- What better and more professional alternative?
Aucun commentaire:
Enregistrer un commentaire