PHP mailer message formatting problem
Posted: Sat Aug 22, 2009 3:11 pm
I assume this
."text" ."more"
is a PHP concatenation.
So I trust I'm in the right place.
Why sometimes when my code is this
."firstname: ."lastname"
will the email message look like this???
Joe
Smith
I'm using PHP Mailer
."text" ."more"
is a PHP concatenation.
So I trust I'm in the right place.
Why sometimes when my code is this
."firstname: ."lastname"
will the email message look like this???
Joe
Smith
I'm using PHP Mailer