I'm new to python and web2py. I'm studying the official web2py book.
In Chapter 8, there is a reference to PGP mail using the gpgme
module...
-
It is possible to send PGP encrypted emails using the following
settings:
1. from gpgme import pgp
2. mail.settings.cipher_type = 'gpg'
3. mail.setti
Thanks to szimszon we have PGP in Mail (trunk only)
mail.send(
self,
to,
subject='None',
message='None',
attachments=None,
cc=None,
bcc=None,
reply_to=None,
encoding='utf-8',
cipher_type=None,
sign=True,
sign_pass
2 matches
Mail list logo