Jump to content

PHP mail - <WARNING> </WARNING>


SameerMirza

Recommended Posts

hi all,

 

I am using the mail() funcation to send php mail which is working fine but I am getting this,

 

<WARNING> This message is sent automatically and the identity of the sender can not be technically verified </WARNING>

 

Appears on top of my message

have specified the sender,

Using gateway to send the mail.

 

Can any one please tell me how to get rid of it.

 

Thanks.

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/166189-php-mail/
Share on other sites

That message, "<WARNING> This message is sent automatically and the identity of the sender can not be technically verified </WARNING>" is most likely benig stamped by the MTA.  To get rid of it you have to determine what it doesn't like about the way the message is being sent.

 

You need to look at the email header after it comes through.  Likely causes are, the from address or the return/reply-to address.

Link to comment
https://forums.phpfreaks.com/topic/166189-php-mail/#findComment-876369
Share on other sites

This will either be your incoming or outgoing MTA adding this line.

Indeed phpORcaffine appears to be pursuing the correct resolution: determine whatit doesn't like about your sent mail.

Post your mail message including all the headers you're sending and we may be able to help a little more.

Link to comment
https://forums.phpfreaks.com/topic/166189-php-mail/#findComment-876383
Share on other sites

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.