Message-ID email header

0
Does anyone know if it is possible in Mendix to overwrite the Message-ID header of emails sent from the system (for instance to blank it out)?
asked
1 answers
0

The SMTP module uses javax.mail, so I believe this answer from StackOverflow applies:

https://stackoverflow.com/questions/8366843/how-do-i-set-or-change-the-smtp-message-id-with-javax-mail

answered