问题
Is there is a way to send encrypted email using Lotus notes using JAVA API?
thanks.
回答1:
Yes. Set EncryptOnSend on the Document
to true
, then send it using the send
method.
To encrypt a document when mailed, this method looks for the public key of each recipient in the Domino Directory. If it cannot find a recipient's public key, the method sends an unencrypted copy of the document to that recipient. All other recipients receive an encrypted copy of the document.
来源:https://stackoverflow.com/questions/10813681/send-encrypted-email-using-lotus-notes