I've got the following error when I recieve mails from phpGedView:
####################################################
WARNING: bad headers - Improper use of control character (char 0D hex): From:
noreply@MyDomain.com\r\n Improper use of control character (char 0D hex):
Content-type: text/plain;\tcharset="UTF-8";\tformat="flowed"\r\n Improper use
of control character (char 0D hex): Content-Transfer-Encoding: 8bit\r\n
####################################################
Does somebody has any idea where I can fix this error?
Thanks a lot in advance,
Stephan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I've got the following error when I recieve mails from phpGedView:
####################################################
WARNING: bad headers - Improper use of control character (char 0D hex): From:
noreply@MyDomain.com\r\n Improper use of control character (char 0D hex):
Content-type: text/plain;\tcharset="UTF-8";\tformat="flowed"\r\n Improper use
of control character (char 0D hex): Content-Transfer-Encoding: 8bit\r\n
####################################################
Does somebody has any idea where I can fix this error?
Thanks a lot in advance,
Stephan
This was a problem in PGV 4.2.1. It was fixed in PGV 4.2.2.
If you can't upgrade, then I think you simply need to edit functions_mail.php and replace all occurences of \r\n to \n
Cool - that was exactly what I needed. I run the version 4.1.6. Is it necessary to upgrade to 4.2.2? Don't hope so :-)
Thank you very much,
Stephan