Hello, I am trying to send this email from the app
mail.send_mail(sender="[email protected]", to="[email protected]", subject="test email from app", body="hello") but I get the error: InvalidSenderError: Unauthorized sender But the email sender="[email protected]", is the email I use to log into the app; this is the email I used to create the app. What am I doing wrong? Thanks. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
