[EMAIL PROTECTED] wrote:
> I need to write a .cgi that will take the content of an https GET or
> POST and send it securely as email to an Outlook client.
> 
> I think that OpenSSL is somewhere in this, but I'm not even sure how to
> create the right certificate, how to use it to encrypt mail and how to
> install a certificate in Outlook (>= 2000).

M2Crypto which wraps OpenSSL libs could be an option for sending S/MIME
e-mails:

http://sandbox.rulemaker.net/ngps/m2/

Ciao, Michael.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to