开发者

mail sent from google-app-engine app not appearing on my "sent items" on gmail account

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 gm开发者_运维知识库ail. What could be wrong?


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.


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.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜