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?
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?
I was forgetting to put this in, so I was not recognizing the HTML.
$mail->MsgHTML($template);