As per the web2py book, I've installed python-pyme and created the key
files (for sender '[email protected]'). I have the following code:
mail =
Mail('smtp.gmail.com:587','[email protected]','my_handle:my_password')
mail.settings.gpg_home = '/home/www-data/.gnupg/'
mail.settings.cipher_type = 'gpg'
mail.settings.sign = True
mail.settings.sign_passphrase = 'my_passphrase'
mail.settings.encrypt = True
status = mail.send('[email protected]','some subject','some
text')
The mail.send() is failing. What's wrong?
Thanks.
--
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/groups/opt_out.