Magento 2 Version 2.3 Using G Suite to Email Via SMTP M2 by Mageplaza

Hi @MohamedSuliman,
As Craig mentioned, I’ve a similar setup to yourself and had the same issue of trying to configure email on Magento without an email server running on the same instance. I went about it a slightly different way and I’ll go through the process below. Regarding your specific choice to use G Suite directly, I haven’t tried that approach so I couldn’t say for sure, but if you want stick to that method then it’s worth checking the open bugs as outlined by Craig.

Background / Problem:
I have a Magento 2.3 instance running in AWS Lightsail. Amazon doesn’t like Lightsail instances sending emails and (reportedly) blocks email traffic. You can google it to find out more but essentially they don’t want it being used by spammers which would have a knock-on affect to Amazon’s spam ratings/reputation.

Requirement:
I needed email so basic functionality like welcome emails, forgotten password, order notifications would function. I’m not currently looking at newsletters/marketing/mailing lists.

Solution:

  • I’m using Magepal SMTP - recommended by Craig and it’s free.
  • Magepal is connected to Amazon SES (Simple Email Service).
  • SES is free to setup and the first 62k emails each month are free (way more than I would ever need) but note that I’ve Magento hosted on AWS so this free tier may only apply to AWS hosting customers. AWS pricing is difficult to decrypt but I believe non-AWS customers can get up to 1,000 emails per month for 10c; so it’s not going to break the bank either way.

Emails are displayed as “from: Example Name <[email protected]> [via] amazonses.com

Some notes on SES setup:

  • You need to verify your sending domain (TXT record on DNS)
  • You’re put in a “sandbox” by default. Sending limit of 200 emails per day but the real limit is that you can only send to verified email accounts. Fine for testing but allow 1 business day to log a ticket with AWS support to be removed from sandbox.
  • You need to verify email address (to receive messages while in sandbox)
  • There is a rate limit on email sending. Again, it shouldn’t be anything to be concerned about unless you’re sending 10k+ of emails.

This works perfectly fine for me (basic website notifications) and I’ve also used it in a voluntary community website project which runs Wordpress in AWS. It should also work for heavier volume marketing emails but that’s not something I’ve actively looked into yet.

3 Likes