I create a web application in Python for Google App Engine that sends a mail when I make some stuff. I used my Gmail account to send the email and I would like to save that email in my sent mail. It’s possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No this is not possible since Google App Engine is not directly connected with your Gmail account and in the sent items only items that are sent through Gmail are appearing. As Sebastian Kreft pointed it out, you could sent a copy to yourself and create a filter for it.
I’m not sure if the non delivery reports are coming back on sender’s email address, but either case make sure that you have access to that email or set the reply_to field.