Send email via SMTP server or local (Sendmail, Postfix)?

Asked

Viewed 217 times

1

I’m using Amazon SES in my project to send transactional emails. Until then I configured the framework to connect directly via SMTP using my Amazon SES credentials, but I saw that it is not a good practice because for each request I request, the PHP server is waiting for a connection to the SMTP server instead of queuing the emails and returning the HTTP request as soon as possible.

For this, I should use a local MTA server like Sendmail or Postfix and configure it to send via Amazon SES?

When using direct SMTP connection and when using a local MTA for this purpose?

  • although it is outside the scope of the site friend follows link to help you https://www.howtoforge.com/howto_sendmail_smtp_auth_tls

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.