开发者

Amazon EC2 mail limit reached while using external smtp server to send emails

Hi

I am sending lots of emails from and Amazon EC2 linux instance using grails MailSender Se开发者_如何转开发rvice(Uses Java Mail API underneath). I have configured the Mail API to use an external smtp server on port 25 to send the emails and I could verify from the external email server logs that emails are indeed sent by them.

But Amazon AWS has sent me an email saying that I reached their email sending limit to send out of SMTP port 25 .

I am not able to understand how did I reach the limit when I have always used external smtp server to send emails. Additionally, I do get intermittent connection timeout errors for connecting to the external smtp server from the Java Mail API.

Any help is greatly appreciated.

Thanks


There's a limit on outbound emails to stop spamming (I presume). You can request to override this: https://aws-portal.amazon.com/gp/aws/html-forms-controller/contactus/ec2-email-limit-rdns-request


By the way, if you're sending large volumes of E-mail from AWS infrastructure, you might be interested in this new service: Amazon Simple Email Service.


They probably restrict the number of total connections on port 25, and as you used that port to connect to the external server, it would be the same as sending the email directly from the server.


My suggestion will be until amazon removes your smtp limit, connect to your email server using VPN. I had a similar issue using phpmailer with tls and sasl authentication on port 25. Because we are hosting our email server I was able to use the VPN to connect on the email server and send emails out.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜