And another question.... It is possible to send PGP encrypted emails using the following settings:
1. 2. 3. 4. 5. from gpgme import pgp mail.settings.cipher_type = 'gpg' mail.settings.sign = True mail.settings.sign_passphrase = 'your passphrase' mail.settings.encrypt = True The latter requires the python-pyme package. How to install python-pyme for Windows 7? Martin

