Mathieu Roll
Has successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
5 years ago
#17273
::
Hello,
the Simplifier Server Action for sending emails is using plain text so if you want to send html mails you should use an email connector instead.
And you should wrap a table around your rows like this.
<table><tr>…</tr></table>
Im doing this by using a template where im giving in my dynamic rows and after this i give the generated template into the email connector.
Please find below a transport with my example application.