in reply to SMTP with SSL

Do you need to crypt the text and then just send it with a "standrd" smtp ? Or do you need to write your own smtp ? If the first, any crypt or pgp module in CPAN would be fine, otherwise IO::Socket::SSL may be usefull. I used it to write a SSL client/server thngy, but still have problems using auto-generated x509 certificates... Hope this helps... Matteo