magepal / magento2-gmail-smtp-app

Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP (Simple Mail Transfer Protocol) servers
https://www.magepal.com
319 stars 147 forks source link

2nd test email is not sending #120

Closed menghao93 closed 5 years ago

menghao93 commented 6 years ago

Magento version #: 2.2.

Edition (EE, CE, OS, etc): CE

Expected behavior: Expecting 2nd test email to be send out

Actual behavior: Only receive 1st test email

Steps to reproduce: Install magento 2 -> Install gmail smtp extension -> setup SMTP and click on send email

Preconditions

Magento version 2.2 php version 7.0 NGINX

Appreciate if you can tell me which part I should look into in order to find out the problem, because there is no error in exception, debug and system log when I try to send email.

Thanks !

srenon commented 6 years ago

What version of Magento are you using 2.2.0?

After pressing the "test" button, did you get success or error message?

menghao93 commented 6 years ago

I got a success message but I only receive 1st email.

srenon commented 6 years ago

I never see that issue before, did you check your junk mail?

menghao93 commented 6 years ago

I checked my junk mail. I check exception, debug, system log, there is no trace of any error being thrown. Tried with multiple email address, no luck.