As per the web2py book, I've installed python-pyme and created the key 
files (for sender 'my_han...@gmail.com'). I have the following code:

        mail = 
Mail('smtp.gmail.com:587','my_han...@gmail.com','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('some_han...@gmail.com','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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to