Hi
Was wondering if i could get a quick hand in this, i have an email facility in my program which automatically send emails.
Now i am spending too much time getting the look of the email right and am not getting anywhere, i am trying to get bold texts around the main headings in the email by putting the <b>, </b> but they just appear on the actual message.
Does anyone have a idea on the code for bold text and aligning texts.
Many Thanks
This is my code
$to = "gds@googlemail.com";
$subject = "Technical Query Progress";
$body = "Dear Client\n
There has been an amendment made in your submitted Query \n \n
Enquiry Number ".$formID."\n
Issue Title ".$issuetitle."\n
System Affected ".$systemaffected."\n\n
Issue Details by the Client\n
".$issuedetails."\n
Analyst Support Comments\n
".$supportcomments."\n\n
Priority Level ".$prioritylevel."\n\n
Status of Query ".$status."\n
Thank You
Jupiter Development Support Analyst
...
This is an automated message, PLEASE DO NOT REPLY