How to add a header to email message in the standard Email Connector module
0
I want to add the following header to emails being sent from the Mendix Email_Connector using SMTP. X-MSYS-API: { "options" : { "transactional": true } } Is there a way to implement this without building a new java action?
asked
Koen Freriks
1 answers
0
You can create Email_Connector.EmailHeader object and associate it to the Email_Connector.EmailMessage and send that email. Is this what you are looking for?