I have suspicious message-id header of email sent by php to gmail account:
Message-Id: <[email protected]>
Could you please tell does it have this strange format and what SMTPIN_ADDED_MISSING means here? Examples I saw in the internet had format something like this containing sending domain but my message id doesn't contain it for some reason:
[email protected]
I don't think I set this header in Zend_Mail. What generates this headers? Do you see any issues with this header?