I opened source code of my email found an attribute called : X-Message-Delivery. What does it mean? Is it important? Can I add this attribute to my php mailer, is it modifiable?
Asked
Active
Viewed 80 times
1 Answers
1
You can add any headers you like with PHPMailer. Whether they do or mean anything is an entirely separate matter. Anything starting with X-
is used to denote a non-standard, and usually informational, header (defined in RFC822).
Take a look at this question to see what that particular header means - it's informational and added by hotmail.