Send HTML e-mail template with PHPMailer

0

I'm trying to send mail using phpmailer, but with the message using html template, but this is going only the email codes, any tips how to do?

    
asked by anonymous 27.11.2017 / 18:22

1 answer

0

I was forgetting to put this in, so I was not recognizing the HTML.

    $mail->MsgHTML($template);
    
29.11.2017 / 20:59