playframework / play-mailer

Play mailer plugin
Apache License 2.0
250 stars 73 forks source link

Signing E-Mails with smime #141

Open ASchmidt84 opened 6 years ago

ASchmidt84 commented 6 years ago

Is it possible to sign an e-mail with an S-MIME with an official certificate? And if yes how I have to do this. And if not, would be their an other way to sign the mail? Thank you.

ggrossetie commented 6 years ago

Hello @IntelligyScience We do not provide an easy way to sign an email using S-MIME. I believe it's possible to use this library to sign an email with JavaMail: https://github.com/markenwerk/java-utils-mail-smime

cyrilfr commented 3 years ago

How do you sign the Email instance using this library?