I have certificates x.509 for signing and enrypting outgoing emails. I want to create plain emails in some app (Ruby on Rails app in my case) and send it via sendmail with autosign and autocrypt solution.
Is it possible?
|
I have certificates x.509 for signing and enrypting outgoing emails. I want to create plain emails in some app (Ruby on Rails app in my case) and send it via sendmail with autosign and autocrypt solution. Is it possible? | |||
|
feedback
|
|
You should be able to do this using a milter such as MIMEDefang: https://www.milter.org/milter/4 | |||
feedback
|