Proper Mail Headers

  • righteous_trespasser
  • Scuffle
  • Genius
  • User avatar
  • Joined: Mar 12, 2007
  • Posts: 6228
  • Loc: South-Africa
  • Status: Offline

Post January 23rd, 2009, 5:25 am

I have been looking around for all the proper email headers that I can add to my mail function on the new site I am working on ... here's what I've got sofar ...
Code: [ Select ]
$headers = "From: Example <example@example.com>\n";
$headers .= "Return-Path: <example@example.com>\n";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-Type: text/HTML; charset=ISO-8859-1\n";
$headers .= "X-mailer: php\n";
  1. $headers = "From: Example <example@example.com>\n";
  2. $headers .= "Return-Path: <example@example.com>\n";
  3. $headers .= "MIME-Version: 1.0\n";
  4. $headers .= "Content-Type: text/HTML; charset=ISO-8859-1\n";
  5. $headers .= "X-mailer: php\n";

Now I know there are others too ... because at this moment my mail's spam score is at 2.1 and my boss wants it lower ...
Let's leave all our *plum* where it is and go live in the jungle ...
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post January 23rd, 2009, 5:25 am

  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8212
  • Loc: USA
  • Status: Offline

Post January 23rd, 2009, 3:30 pm

http://www.expita.com/header1.html#process
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • righteous_trespasser
  • Scuffle
  • Genius
  • User avatar
  • Joined: Mar 12, 2007
  • Posts: 6228
  • Loc: South-Africa
  • Status: Offline

Post January 24th, 2009, 7:35 am

thanks that helps. a lot.
Let's leave all our *plum* where it is and go live in the jungle ...
  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8212
  • Loc: USA
  • Status: Offline

Post January 24th, 2009, 10:34 am

righteous_trespasser wrote:
thanks that helps. a lot.

Yup :)
"Bring forth therefore fruits meet for repentance:" Matthew 3:8

Post Information

  • Total Posts in this topic: 4 posts
  • Users browsing this forum: No registered users and 148 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.