$headers = "From: From Name <This email address is being protected from spambots. You need JavaScript enabled to view it.;\r\n";
$headers .= "Reply-To: This email address is being protected from spambots. You need JavaScript enabled to view it.\r\n";
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
Dev & Tech Notes
San Diego | Los Angeles | Big Bear | USA
Terms & Conditions ©2005-2024 TJohns.co
Terms & Conditions ©2005-2024 TJohns.co
Articles in this Category
Top Left Text cha
Web & App Development
Common Email Headers
- Details
- Written by Timothy Johns
- Category: Header Stuff
- Hits: 1389
Just an example of email headers (sent using PHP mail).
Comments