Swift Mailer & Line Breaks
Posted: Wed Aug 23, 2006 7:29 pm
d11wtq | This thread has been split from a deceased thread
I am having some trouble with line breaks. Swift Mailer (ver 1.21 for php 4) is adding line breaks.
**Original Text**
Felicia Perkins
Trinity, Alabama
http://www.campusactivism.org/displayperson-3990.htm
**SwiftMailer Output**
Felicia
Perkins
Trinity,
Alabama
http://www.campusactivism.org/displayperson-3990.htm
Not sure if this was fixed in a more recent version? I haven't upgraded, because of the frequency of new versions.
I tried using the regular php mail() function and that works fine.
For line breaks, I'm using \n.
I am having some trouble with line breaks. Swift Mailer (ver 1.21 for php 4) is adding line breaks.
**Original Text**
Felicia Perkins
Trinity, Alabama
http://www.campusactivism.org/displayperson-3990.htm
**SwiftMailer Output**
Felicia
Perkins
Trinity,
Alabama
http://www.campusactivism.org/displayperson-3990.htm
Not sure if this was fixed in a more recent version? I haven't upgraded, because of the frequency of new versions.
I tried using the regular php mail() function and that works fine.
For line breaks, I'm using \n.