dannybrazil Posted June 22, 2011 Share Posted June 22, 2011 Hi guys I am going NUTS. why when I send an e-mail with php I cannot add CSS/DESIGN I always get the text in the e-mail body like this : <b>words</b> INSTEAD of words I tried it with squared brackets...nothing Link to comment https://forums.phpfreaks.com/topic/240123-php-email-css/ Share on other sites More sharing options...
kenrbnsn Posted June 22, 2011 Share Posted June 22, 2011 Code? Link to comment https://forums.phpfreaks.com/topic/240123-php-email-css/#findComment-1233377 Share on other sites More sharing options...
dannybrazil Posted June 22, 2011 Author Share Posted June 22, 2011 $message = " $t_n, \n\n Your original comments:\n $o_comment\n\n <b>$s_n</b> commented about your assessment: \n $text "; mail($t_e , $header, $message, "From: \"E4U2 - Assessment\" <[email protected]>\r\n" . "X-Mailer: PHP/" . phpversion()); Link to comment https://forums.phpfreaks.com/topic/240123-php-email-css/#findComment-1233378 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.