SameerMirza Posted July 16, 2009 Share Posted July 16, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/166189-php-mail/ Share on other sites More sharing options...
ignace Posted July 16, 2009 Share Posted July 16, 2009 Please post your script. My best bet would be you forgot the From: header Quote Link to comment https://forums.phpfreaks.com/topic/166189-php-mail/#findComment-876356 Share on other sites More sharing options...
phporcaffeine Posted July 16, 2009 Share Posted July 16, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/166189-php-mail/#findComment-876369 Share on other sites More sharing options...
aschk Posted July 16, 2009 Share Posted July 16, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/166189-php-mail/#findComment-876383 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.