i use: mail.settings.server = 'gae' # your SMTP server mail.settings.sender='name <[email protected]>' # your email
note that in the above example [email protected] must be an approved google app engine administrator (that email address can login and view the app engine console) for it to be able to send email.

