Sunday, 8 September 2013

Get exact mail message after calling mail() - PHP

Get exact mail message after calling mail() - PHP

After calling the mail function I would like to get the complete mail
message that I just sent. Not just the subject and content field but also
auto generated information such as Date and Content-Transfer-Encoding.
That is the entire message. How do I do that?

No comments:

Post a Comment