Email works now but..

1 reply · opened Apr 2, 2020

EeduochoaApr 2, 2020

Hi

How could I do to tercie the emails with correct charset?

I use

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />

But don't know where to edit that at php.

Thanks!!

SSemicolon WebSTAFFApr 3, 2020

Hello,

Simply set the charset for the $mail Object. Example:

$mail->CharSet = "UTF-8";

Make sure that you add the above line of code anywhere after this line: $mail = new PHPMailer(); .

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
Email works now but.. · Canvas Template Support