Go Back   Novahq.net Forum > phphq.Net > phphq.Net Forums
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-24-2010, 06:30 PM
bobbeth is offline bobbeth
Registered User

Join Date: Jun 2010
Posts: 1

phMailer Layout issue

Hi,

I am using the latest version of the phMailer, and I seem to have an issue with the layout of the email.

The issue is that instead of getting email like:

info1
info2
info3

I'm getting it all on one line:

info1 info2 info3

I saw one post with similar issues, but the fixes described in his post don't seem to work for me.

I think this is the relevant code:
Code:
//Headers
$headers="Return-Path: <".clean_msg($youremail).">\n";
$headers.="From: ".clean_msg($staffmember)." <".clean_msg($youremail).">\n";
$headers.="X-Mailer: PHP/".phpversion()."\n";
$headers.="X-Sender: ".$_SERVER['REMOTE_ADDR']."\n";
$headers.="X-Priority: ".$priority."\n"; 
$headers.="MIME-Version: 1.0\n";
$headers.="Content-Type: multipart/mixed; boundary=\"".$boundary."\"\n";
$headers.="This is a multi-part message in MIME format.\n";

//Message
$message = "--".$boundary."\n";
$message.="Content-Type: text/html; charset=\"iso-8859-1\"\n";
$message.="Content-Transfer-Encoding: quoted-printable\n";
$message.="\n";
$message.="File Number: $filenumber";
$message.="\n";
$message.="Account Number: $accountnumber";
$message.="\n";
$message.="Customer Name: $customername";
$message.="\n";  
$message.="Contact Number: $customernumber";
$message.="\n";  
$message.="Enquiry: $yourmessage";
$message.="\n";
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
phmailer suggestion softec phphq.Net Forums 1 06-06-2008 04:22 PM
phMailer issue???? softec phphq.Net Forums 4 06-05-2008 07:07 AM
PhMailer: help xist phphq.Net Forums 0 05-19-2008 04:07 PM
quiestion about phmailer maco phphq.Net Forums 0 04-21-2008 03:05 PM
phMailer k1200lt phphq.Net Forums 4 12-11-2007 12:02 AM


All times are GMT -5. The time now is 12:26 PM.




Powered by vBulletin®