Hello,
Is it possible (SGWT Power 3.0) to use this:
on some operationbinding, and then use HTML in the message some_html_email_template.txt file?
I would love to send HTML emails via this way. I tried it, but it seems to send it as plain text at the moment.
Thanks
Is it possible (SGWT Power 3.0) to use this:
Code:
<mail> <from>noreply@myemail.com</from> <to>$session.getAttribute("email")</to> <templateFile>some_html_email_template.txt</templateFile> <subject>aSubject</subject> <messageData>$session.getAttribute("mailData")</messageData> </mail>
I would love to send HTML emails via this way. I tried it, but it seems to send it as plain text at the moment.
Thanks
Comment