is the sender of google-app-engine allow my own gmail..
- by zjm1126
my gmail is zjm1126@gmail.com
i can only use zjm1126@gmail.com in the sender=".." ,yes ??
from google.appengine.api import mail
message = mail.EmailMessage(sender="hahahaha@gmail.com",
subject="Your account has been approved")
message.to = "zjm1126@qq.com"
message.body = """
Dear Albert:
Your…