Configure Magento 2 to send all transactional email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and other SMTP server.
All you need is either a (i) free Gmail account, (ii) paid Google Apps account or any other SMTP service (i.e Amazon Simple Email Service / Amazon SES, Microsoft Office365 )
Since Google's SMTP server does not use Port 25, you'll reduce the probability that an ISP might block your email or flag it as SPAM. Also all your emails sent from Magento will be searchable and backed-up in your email account on Google's servers.
- Gmail
- Google App
- Amazon Simple Email Service (SES)
- Microsoft Office365
- Outlook
- SparkPost
- Mandrill
- MailGun
- SendGrid
- Elastic Email
- Hotmail
- AOL Mail
- Yahoo Mail
- AT&T
- Verizon
- Postmark
- O2 Mail
- Zoho
- Mailjet
- Mail.com
- Your Company SMTP Server
- and many other SMTP servers
composer require magepal/magento2-gmailsmtpapp
Install Gmail Smtp App for Magento2
- Download the extension
- Unzip the file
- Create a folder {Magento root}/app/code/MagePal/GmailSmtpApp
- Copy the content from the unzip folder
- Flush cache
php -f bin/magento module:enable --clear-static-content MagePal_GmailSmtpApp
php -f bin/magento setup:upgrade
php -f bin/magento setup:static-content:deploy
php -f bin/magento cache:flush
Log into your Magento Admin, then goto Stores -> Configuration -> Advanced -> System -> Gmail/Google Apps SMTP Pro and enter your email credentials
Want to contribute to this extension? The quickest way is to open a pull request on GitHub.
If you encounter any problems or bugs, please open an issue on GitHub.
Need help setting up or want to customize this extension to meet your business needs? Please email support@magepal.com and if we like your idea we will add this feature for free or at a discounted rate.
© MagePal LLC.