Hi, I am using last web2py version but for any reason I am not able of sending email from GAE. I am just trying the forget password mail but after giving my email to the form, I am only redirected to login and I dont receive any mail
I am using this settings: mail.settings.server = 'gae' mail.settings.sender = '[email protected]' mail.settings.login = '[email protected]:password' I think that's all. But I have not have any success. Anyway I dont like the mail support of google app engine because I would like to use my custom domain mail. So... I am thinking of using sendgrid or sparkpost for this... but I dont have any idea of where to start. I have been taking a look to Mail class on gluon tools... do I need to rewrite this class? Can I hook the action of send reset password any other place and then using sendgrid web api? Thanks a lot for any clue about it. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

