Dynamic HTML code insertion in Email Template

Tagged:
  • Burak
        5 years ago #17270

        Hello,

        We have a problem at showing some dynamic fields in the email template. Our dynamic field comes from a webservice as a variable and it includes some HTML codes like “<tr><td>Info….</td></tr>” as the rows a table. When the mail is sent, the rendered rows are shown as HTML codes instead of values.

        P.S. Actually, I want the returned values compiled as HTML codes to build the rows of the table.

        Is there a way to show the real values ?

        Attachments:
        You must be logged in to view attached files.
        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
          Up
          0
          Down
          ::

          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.

          https://files.simplifier.io/f/a483924d046548ba97c7/?dl=1

        Viewing 2 posts - 1 through 2 (of 2 total)

        You must be logged in to reply to this topic.