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 <nore...@mydomain.com>' # 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
>

Reply via email to