project3 Posted May 13, 2008 Share Posted May 13, 2008 when sending mail via a php script from server all email has the following how would I stop this? Message-Id: <[email protected]> Date: Tue, 13 May 2008 03:04:39 -0400 (EDT) Link to comment https://forums.phpfreaks.com/topic/105381-php-mail-showing-message-id/ Share on other sites More sharing options...
haku Posted May 13, 2008 Share Posted May 13, 2008 Take out the part of your script that outputs that. Link to comment https://forums.phpfreaks.com/topic/105381-php-mail-showing-message-id/#findComment-539718 Share on other sites More sharing options...
project3 Posted May 13, 2008 Author Share Posted May 13, 2008 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 Link to comment https://forums.phpfreaks.com/topic/105381-php-mail-showing-message-id/#findComment-539720 Share on other sites More sharing options...
haku Posted May 13, 2008 Share Posted May 13, 2008 Show us more of your code. Link to comment https://forums.phpfreaks.com/topic/105381-php-mail-showing-message-id/#findComment-539736 Share on other sites More sharing options...
project3 Posted May 13, 2008 Author Share Posted May 13, 2008 Show us more of your code. thats all the code Link to comment https://forums.phpfreaks.com/topic/105381-php-mail-showing-message-id/#findComment-539984 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.