Is there any facility for send/receiving signed emails by Spring Integration?
Is there any facility for send/receiving signed emails by Spring Integration?
Someone Answer this question! even i want to knw..
If i am not missing something, Isn't signed mail a normal MimeMessage? How different would it be than sending a non signed MimeMessage?
The main question is how to sign it using spring integration support(e.g a signing transformer)?
eg
Hello
But what is the problem to write your own service with signing implementetion and to use it as SI-transformer before to send email to <mail:outbound-channel-adapter>?to sign it using spring integration support
As I know digital signing is not standart task and it depends on your customer's preferences.
Artem Bilan