Re: [midgard-dev] Mailtemplate and special characters
-
Marcin Sołtysiak
Re: [midgard-dev] Mailtemplate and special characters
Thu April 17 2008 19:05:13 UTCHi,
>
> I noticed that mails sent with mailtemplate always mangle special
> characters and tracked this down to midcom/helper/mailtemplate.php line
> 461:
>
>
> // Kill these from the headers again, it seems that the Mail
> package
> // adds these again, resulting in a broken E-Mail. So we rather
> skip
> // the encoding lines entirely.
> unset($hdrs['Content-Type']);
> unset($hdrs['Content-Transfer-Encoding']);
>
>
> I don't know if this is specific to my installation, but commenting out
> those two lines fixes the problem. If nobody complains, I would like to
> remove them altogether.
Actually I had same issue and removeing those line helped too. It was on
regular FC7 box, pear from rpms
Solt
_______________________________________________
dev mailing list
dev@lists.midgard-project.org
http://lists.midgard-project.org/mailman/listinfo/dev
