setMaxLineLength overridden by QpEncoder

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
gerritk
Forum Newbie
Posts: 1
Joined: Wed Jun 24, 2009 11:56 am

setMaxLineLength overridden by QpEncoder

Post by gerritk »

Hi,

I'm doing a migration from v3 these days and need to know whether the fact that the quoted printable encoder overrides the values i set manually with $message->setMaxLineLength(1000) to 76 will break some mails and if there is an easy way around it, e.g. switching to another encoder that doesn't override my manual settings. I can vaguely recall that line wraps were quite an issue with v3 and we had to do some patching ourselves to get around it.

Cheers,
G.
Post Reply