I use the email verification option for new user registration. It
works fine in test mode on the google-appengine sdk. However when I
upload the application to Google and change the smtp server to "gae"
it is unable to send the verification email. The Google GAE log show
the following warning message:

Mail.send failure:May not set empty value for 'attachments'

Here are my settings:

mail=Mail( )
mail.settings.server='gae'    # your SMTP server
mail.settings.sender='x...@gmail.com'
mail.settings.tls = True
mail.settings.login='x...@gmail.com:password'
auth.settings.mailer=mail

I appreciate any help and suggestions.

Peter

Reply via email to