Hi,

On 30/01/13 12:31, Philip Kilner wrote:
The more I think about it the more I wonder if the use of the router is
an issue


Just to close the loop on that, disabling routing made no difference.

I've just created a clean app to test, with the following settings for auth and mail: -

## configure email
mail = auth.settings.mailer
mail.settings.server = 'smtp.gmail.com:587'
mail.settings.sender = '[email protected]'
mail.settings.login = '[email protected]:myappspecificpassword'

## configure auth policy
auth.settings.registration_requires_verification = True
auth.settings.registration_requires_approval = False
auth.settings.reset_password_requires_verification = True

...and retested with the same results - SMTP sending under pure web2py is fine, but not under the GAE dev server or GAE production server.


--

Regards,

PhilK


e: [email protected] - m: 07775 796 747

'work as if you lived in the early days of a better nation'
- alasdair gray

--

--- 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/groups/opt_out.


Reply via email to