Reputation: 1761
I'm trying to get a new Magento 2.0
installation to send email through my AWS SES
SMTP server. I can send email from the linux command line on the server but I can't find any documentation on how to get Magento to send emails. This is
all the documentation I can find but it doesn't give detail. It just talks about Magento needing an email server. This is from the link
Blockquote Set up an e-mail server Magento requires an e-mail server. We don’t recommend a particular server but you can try any of the following:
•Postfix for CentOS (digitalocean tutorial, CentOS documentation)
•Postfix for Ubuntu (digitalocean tutorial, Ubuntu documentation)
This isn't much to go on, has anyone set this up with Magento 2.0
?
Upvotes: 0
Views: 1395
Reputation: 413
You can not do it directly with Magento2, but you can use extensions like https://marketplace.magento.com/opsway-module-amazonses.html
Upvotes: 0