Insert html in mail templates

I need customize the mails and I need introduce images.

I have created a template mail and the code html print directly in the mail

How can I insert html in mail?

Greetings.

Parents Reply
  • I have:

    <style>

    .persona { "
           height: 124px;
           text-align: center;
           font-family: verdana, arial, sans-serif;
    }
    .nom, .bienvenuto {
              font-size: 28px; margin: 0; padding: 0;
     }
     </style>

    and

    <td Class='persona'>                         " & _
              "                 <p Class='nom' style='text-align: left;'> " & _
              "                  Hola, " & strFirstName & " " & strLastName & "," & _

Children