Variable sender email - email template module

0
Hello,   I’m using this marketplace module to do automated email sending through our mailingserver: https://docs.mendix.com/appstore/modules/email-with-templates/   I would like to be able to make the “from address” variable based on an attribute value in my app domain model. Does anyone have experience doing this?   Thanks
asked
1 answers
3

Each template you create can have it's own from email address. And do note you can always adjust the from field before you send out the actual mail (so just before the Java action thats sends the actual mail). Do note however that when changing this field the mail server might object. You need to be allowed from the mailserver to send out mail with that address. Otherwise the mail server will reject the mail.

Regards,

Ronald

 

answered