Question to the Notes guys: sending encrypted mail to Notes via SMTP
by jcf. Average Reading Time: less than a minute.
Does anyone out there know how to send encrypted email to a person using Lotus Notes using SMTP to send it? (Preferrably using a PERL script or somesuch). Is this possible at all? How?
Post a comment if you know more.

The only option is to use S/MIME. That requires that the recipient be issued an X.509 certificate, and the sender must use an S/MIME-capable mail client.
-rich
Thanks Rich
I read up on Notes.net and figured that was the case – but I had hope that there was a simpler solution.