phpretard Posted June 2, 2009 Share Posted June 2, 2009 All the variable print so I don't know what the problem is. Do you see any issues? // message $message = '<html><body> <p>Greetings '.$appraiser['FirstName'].' '.$appraiser['LastName'].',</p> </body></html>'; // To send HTML mail, the Content-type header must be set $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; // Additional headers $headers .= 'To: '.$appraiser['Company'].' <'.$appraiser['Email'].'>\r\n'; $headers .= 'From: '.$broker['Company'].' <'.$FromEmail.'>\r\n'; // Mail it $send=mail($appraiser['Email'], "New Appraisal Order", $message, $headers); Thanks! Link to comment https://forums.phpfreaks.com/topic/160668-email-problem/ Share on other sites More sharing options...
anupamsaha Posted June 2, 2009 Share Posted June 2, 2009 Whats the problem here? Link to comment https://forums.phpfreaks.com/topic/160668-email-problem/#findComment-847907 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.