UTF-8

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

UTF-8

Post by shiznatix »

I am using swift version 3.3.2 to send out batch emails. My boss just sent out a email in Finnish and it was not in the correct encoding when viewed in Thunderbird but when viewed using the webmail it was just fine. Now it would seam like a Thunderbird issue but he often sends/recieves emails in Finnish and the encoding is always spot on. I was wondering if this is something that maybe Swift caused or if it is a Thunderbird only issue.
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Post by jmut »

I am using
$message->headers->setCharset("UTF-8");
with cyrillic...and thunderbird understands it just ok.
I don't see reason for finish not to be, unless specific fonts or something necessary..no clue there.
Post Reply