Sending email from an web2py on GAE
Posted
by Steve
on Stack Overflow
See other posts from Stack Overflow
or by Steve
Published on 2010-04-16T20:56:35Z
Indexed on
2010/04/16
22:23 UTC
Read the original article
Hit count: 461
I am trying to send a mail from my web2py app hosted on GoogleAppEngine. But it is not working. I used the mail function that was given with the web2py. Does anybody how to do this? I read in the GAE Documentation that python mail library would not work with GAE and GAE mail library has to be used. Does it also applies to web2py mail? Thanks
© Stack Overflow or respective owner