Hello, I'm making a ticket booking system that sends emails to our guests, and most people read emails in plain text, so the output from my php program will be rendered as-is by most users.
My problem is that this bit of code:
$mail->Body .= "# First Name Surname Ticket Type";
produces a line break in the output just before "TicketType", and I haven't a clue why.
Any help much appreciated,
Sandy Scott
I'm using PHPmailer 1.73 on PHP 4.3.10-18