![Picture of ck miller Picture of ck miller](/graphics/unknown.gif)
ck miller - 2009-10-05 09:54:50
Nice email class Manuel - Thanks for sharing your work!
Question:
I know I can wrap text in a text part of the message.
Is it possible to wrap lines in a header as well (eg. to:, cc:, bcc:)?
I've tried with
$value = $this->WrapText($value);
return($this->SetHeader($header,$value));
inside SetMultipleEncodedEmailHeader but this doesn't seem to work.
When sending via php mail() I still get on long recipient header line which is quite ugly.