Re: [google-appengine] javax.mail.SendFailedException: MailService IO failed (java.io.IOException: Internal error)

2011-11-07 Thread Martin Waller
I have seen such issues due to billing not being turned on. Martin Sent from my iPhone On 3 Nov 2011, at 07:03, dc4ual wrote: > Hi, > > I have my application hosted in App Engine. It was running fine but > suddenly I started getting IO Exception while sending mail > > Here is the code I am u

[google-appengine] javax.mail.SendFailedException: MailService IO failed (java.io.IOException: Internal error)

2011-11-07 Thread dc4ual
Hi, I have my application hosted in App Engine. It was running fine but suddenly I started getting IO Exception while sending mail Here is the code I am using for sending the mail: public void postMail(String recipient, String subject, String message) throws Exception {