base64 Encoding
Posted: Mon Jan 24, 2011 3:50 am
Hi,
Firstly I luv this library, certainly it makes life a lot easier.
Question: How do you encode using base64? I notice the code has the capability but I cannot see any doc on how to do it. The doc in these forums is a bit out of date (i.e $message->headers->setEncoding("B") doesn't work).
The reason I am asking is because the 78 char line split is causing issues in some readers. If the split occurs in the middle of a html attribute some email readers don't like it. I tried this $message->setMaxLineLength(1000); but that didn't work either. It still split at 78 chars.
Thanks in advance.
Firstly I luv this library, certainly it makes life a lot easier.
Question: How do you encode using base64? I notice the code has the capability but I cannot see any doc on how to do it. The doc in these forums is a bit out of date (i.e $message->headers->setEncoding("B") doesn't work).
The reason I am asking is because the 78 char line split is causing issues in some readers. If the split occurs in the middle of a html attribute some email readers don't like it. I tried this $message->setMaxLineLength(1000); but that didn't work either. It still split at 78 chars.
Thanks in advance.