Jump to content

php mail showing message id


project3

Recommended Posts

Take out the part of your script that outputs that.

 

 

There is no part that does that

 

$email = "[email protected]";
$headers = "From: $email\r\n";
mail("[email protected]", "test",  "testing", $headers);

 

 

Email recieved:

 

Message-Id: <[email protected]>

Date: Tue, 13 May 2008 03:10:01 -0400 (EDT)

 

 

testing

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.