Reputation: 21
We've an application which is hosted on Amazon EC2. It is connecting to the gmail servers for sending the email to the registered users using Java Mail API. It sends emails using the gmail servers using the email address [email protected](not gmail.com email address). However, recently, the emails are getting delivered to the Spam folder of the users. Can you please suggest me how to over come this problem and have the mail delivered to the inbox?
Upvotes: 2
Views: 5043
Reputation: 17042
There are a couple if reasons why your emails are being delivered to the "Spam folder":
Upvotes: 2