yup. note that the sender must be an application administrator in GAE (this is how they prevent spammer from addresses):
mail = Mail() # mailer
mail.settings.server = 'gae' # your SMTP server
mail.settings.sender='me <[email protected]>' # your email
On Wednesday, May 9, 2012 11:09:11 PM UTC-7, Prakhar Srivastava wrote:
>
> Is there anyone config the mail feature for GAE Server
>

