Does anyone have any experience digitally signing emails before sending them over smtp using Mendix

0
Does anyone have any experience digitally signing emails before sending them over smtp using Mendix? I'm currently using a module called EmailTemplate, but haven't found any information on the forum regarding sending digitally signed emails.- @Gustavo
asked
1 answers
0

I am afraid you have to extend the mendix module. Here is an example in java how you can sign an email with bouncy castle. https://github.com/bcgit/bc-java/blob/master/mail/src/main/java/org/bouncycastle/mail/smime/examples/CreateSignedMail.java - @Nils

answered