2
votes

I have an application hosted on google app engine that sends mail to people under certain conditions. The mail is sent on my behalf. Earlier, each time a mail was sent, I would find the sent mail on my "Sent Items" folder in gmail. However, this does not appear to be happening consistently. I found that, a mail was sent yesterday and was successfully received by the recipient. But I do not see the mail in my "Sent Items" folder in gmail. What could be wrong?

2

2 Answers

2
votes

I had an issue when I was using Session.getDefaultInstance() to create the mail session object. It would work for a bit and then cease to work. After I changed to Session.getInstance(), it has worked perfectly.

0
votes

I just checked in my test application. It did work. http://engineplay.appspot.com/

I am sending email from my email address. And found mail in both inbox and sent items.

You need to check it again.