AttributeError: 'Mail' object has no attribute 'err'


On Tuesday, 28 January 2014 08:25:43 UTC-5, szimszon wrote:
>
> Could you please print mail.err after the failed send?
>
> 2014. január 28., kedd 14:22:59 UTC+1 időpontban horridohobbyist a 
> következőt írta:
>>
>> 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.

Reply via email to