The error message is "No key for signing [[email protected]]".

I did create the key files with gpg for sender "[email protected]". By 
default, they're created in my home directory, so I moved the .gnupg folder 
to /home/www-data/ and chown'd it and its contents to "www-data:www-data".

I don't know if there are any other steps besides the above. I used the 
same sender email and passphrase in creating the keys. So everything should 
be okay.

Thanks.

On Tuesday, 28 January 2014 10:51:31 UTC-5, szimszon wrote:
>
> Sorry, mail.error :-o my bad.
>
> 2014. január 28., kedd 14:35:55 UTC+1 időpontban horridohobbyist a 
> következőt írta:
>>
>> 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