The Python Oracle

How do I send an email from a non-gmail account using the appengine

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Drifting Through My Dreams

--

Chapters
00:00 How Do I Send An Email From A Non-Gmail Account Using The Appengine
00:54 Accepted Answer Score 7
01:21 Thank you

--

Full question
https://stackoverflow.com/questions/3120...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #googleappengine #email

#avk47



ACCEPTED ANSWER

Score 7


That's a restriction of App Engine's mail API:

The sender address can be either the email address of a registered administrator for the application, or the email address of the current signed-in user (the user making the request that is sending the message).

If you've got Google Apps running on that domain, you should have (or be able to create) an @thatdomain.com email addresses that you can register as an administrator of the App Engine app in question, which will then let you send email "from" that address.