Hi,

When a member register in my site, I send him a mail with activation link.
This is the string I sent with via Zend_mail:

$mailContent = 
    "Thank you for your interest in XYZ !\n\n" . 
    "In order to activate your account, please click the link below.\n\n" . 
    "(If the link .....

I tested on my gmail, and the message appears well.
However recently I had a member alerting me that the message was broken:

Thank you for your interest in XYZ!=0A=0AIn order=
 to activate your account, please click the link below.=0A=0A(If the link

Instead of new lines he get =0A
Message is hard to read and activation URL is broken.

Anyone has an idea on how to solve this problem ?

Thank you very much !!
-- 
View this message in context: 
http://www.nabble.com/Zend-Mail-%28newlines-becomes-%3D0A%29-tp17983592p17983592.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to