Hi
I am sending lots of emails from and Amazon EC2 linux instance using grails MailSender Service(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