Cubanpete's Profile
Why do emails sent with PHP mail() with html tags not get sent?
Hi, I have a problem with my php mail() function. At the moment, I have this $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=utf-8' . "\r\n"; $headers .= 'From:...