Message ID not valid
-
Hi there,
I am testing my deliverability of my transaction e-mails with mail-tester.com.
Current setup: sending all mails from domain via post smtp server with sendgrid smtp server via API
I am getting An Error stating that the message-id is nog correct. Is this message id created by the post SMTP plug-in?
If I compare the message ID to other mails I receive, it seems that the message id is without brackets < and >
-
This topic was modified 6 years, 11 months ago by
JeanP.
The page I need help with: [log in to see the link]
-
This topic was modified 6 years, 11 months ago by
-
Hi,
Do you have latest version? 2.0.2
Yes I did. Still having the same issue when sending a test mail
-1.167 INVALID_MSGID Message-Id is not valid, according to RFC 2822
This is how my Message-ID looks like:
Message-ID: [email protected]
Checking
Hello,
I have a website with Domain: “www.domain.com”
The message id is:
Message-Id: <[email protected]> Is the “www.” after @ correct? How can I change this and remove the http://www.?Thank you again :)!
Hi,
What email service do you use?
Im using a SMTP-Server from my hosting company. Plain login and Mailer Type PostSMTP.
Please use an FTP or similar and edit the file /Postman/PostmanWpMail.php on line 85
replace this:
return $id . '@' . $hostName;replace with:
return $id . '@' . str_replace('www.', '', $hostName);Blazing fast! Will you add this to the next update? π
Of course, thank you for reporting.
Thank you yehudah :). Keep up the good work! BEST SMTP Plugin for WordPRess :)!
Rated you 5 stars.Fix is working :)! No Spam reject anymore…
I donated you $50. I hope it got through because I got a 404 Thank you page after donating?
Have a great day!
The topic ‘Message ID not valid’ is closed to new replies.