Hi all The question is the same with the title. i would like to encrypt email before sending, i've tried with jana mail but just want to ask whether we have any support from ivy mail or not? Reference: How to Send Encrypted Emails Programmatically (from an automated process) Thanks asked 08.11.2016 at 03:48 trungdv |
hi ivyteam, i've tried with the third party library is bouncycastle and java.mails , it's seem to work and i post implementation here Function to encrypt message:
And Sendmail method:
You can get the full sourcecode from this Here (follow the ReadMe.txt to import project) . In that project I implement demo flow with using normal process as well using Signal (experiment)
link
This answer is marked "community wiki".
answered 18.11.2016 at 08:25 trungdv Reguel Werme... ♦♦ thanks a lot for sharing! I'll definitively come back to this resource...
(23.11.2016 at 08:41)
Reguel Werme... ♦♦
|
Another improvement: I saw that you have hardcoded host names and smtp users in your demo. I'd stick to the configuration that is provided by the Axon.ivy Designer preferences or the Engines System Properties. You can easily re-use these configuration by using an internal API
answered 18.11.2016 at 09:23 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 08.11.2016 at 03:48
Seen: 2,381 times
Last updated: 23.11.2016 at 08:41
Yet there exists no ivy-core solution to encrypt mails. There is also nothing planned in this area. If you have a working solution you may share it here so that other projects can benefit from it.