Subject: | Digital Signing and Encrypting methods |
Hello Jenda,
It has been a long time :) I hope everything is well with you. I was hoping to see about getting a
few methods added to Mail::Sender that'd allow for signing or encrypting.
$sender->sign($certificate_of_from_addr) or die ...
$sender->encrypt($certificate_of_from_addr, $certificate_of_recipient) or die ...
$sender->encrypt($certificate_of_from_addr, @certificates_of_all_recipients) or die ...
Is there currently a way to do that?
If I can be of any assistance let me know :) thanks!