Jump to content

Mix HTML into a PHP mail function


monkeybidz

Recommended Posts

I currently use this to send mail:

$message = "$quote_num<BR>
PU: $city1, $state1. $zip1<BR>
DL: $city2, $state2. $zip2<BR>
$miles Miles<BR>
Qty: $quantity $freight_type<BR>
Lifgate: $liftgate<BR>
Weight: $weight<BR>
$description<BR>
Quoted Price: $total_price";

 

The mail goes through fine, but it shows the <BR> in the meassage.

 

Any help is appreciated!

Link to comment
https://forums.phpfreaks.com/topic/226830-mix-html-into-a-php-mail-function/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.