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 'my_h...@gmail.com <javascript:>'). I have the 
> following code:
>
>         mail = Mail('smtp.gmail.com:587','my_han...@gmail.com<javascript:>
> ','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_...@gmail.com <javascript:>','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