Thread
:
phMailer email format problem
View Single Post
#
2
01-22-2009, 02:56 PM
atholon
"ath-hole"
Join Date: Jan 2003
Location: Failville.
Posts: 11,357
Code:
Line: 179
$key=str_replace("\n", "", $key);
Is part of the problem. You might want to run nl2br before running the clean function.
Code:
Line 308:
$yourmessage=clean(nl2br($yourmessage));
__________________
Last edited by atholon; 01-22-2009 at
03:06 PM
.
atholon
View Public Profile
Visit atholon's homepage!
Find all posts by atholon