PHP mailer message formatting problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
squarkman
Forum Newbie
Posts: 4
Joined: Sat Aug 22, 2009 12:16 pm

PHP mailer message formatting problem

Post by squarkman »

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
Post Reply