flyersun Posted May 11, 2008 Share Posted May 11, 2008 I feel sooo stupid asking this but I can't work out why my scripts not working right. $to = $email; $subject = "Foto-junkies Registation"; $body = "Dear $first_name $surname <br /> Welcome to Foto-Junkies.co.uk <br /> Username:$username"; $headers = "From: Foto-junkies"; mail($to, $subject , $body, $headers); This works fine, send an e-mail to where I want it to. But the html doesn't work it's printing out the tags as they are in the script instead of converting them. My first thought was that my inbox didn't allow html in e-mails for some reason but I checked and thats all fine. Anyone have any idea what I'm doing wrong? Link to comment https://forums.phpfreaks.com/topic/105164-mail-form-problem/ Share on other sites More sharing options...
BlueSkyIS Posted May 11, 2008 Share Posted May 11, 2008 missing header info http://www.sitepoint.com/article/advanced-email-php/3 Link to comment https://forums.phpfreaks.com/topic/105164-mail-form-problem/#findComment-538426 Share on other sites More sharing options...
flyersun Posted May 11, 2008 Author Share Posted May 11, 2008 Thanks that works great Link to comment https://forums.phpfreaks.com/topic/105164-mail-form-problem/#findComment-538511 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.