BUG: Invalid encoding of subject

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

colnector
Forum Newbie
Posts: 9
Joined: Thu Nov 06, 2008 1:30 am

Re: BUG: Invalid encoding of subject

Post by colnector »

So I'll let it run this way and if I get anything weird coming up, I'll post about it here.
Thanks again :drunk:
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: BUG: Invalid encoding of subject

Post by Chris Corbyn »

QP is the recommended encoding for accessibility reasons. It's easier to fathom out what the subject line says with QP. Base64 is not human readable.

This encoding bug is fixed in a forthcoming release.
merijn
Forum Newbie
Posts: 11
Joined: Thu Nov 13, 2008 8:25 am

Re: BUG: Invalid encoding of subject

Post by merijn »

Great to hear there's activity from the developer again!
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: BUG: Invalid encoding of subject

Post by Chris Corbyn »

merijn wrote:Great to hear there's activity from the developer again!
Yes, sorry about that. I've been away for a while but I'm back and getting things moving again :)
Post Reply