I send a mail by using the PHP functions.
I want to find whether the message is send by the original user or
some one send the message in another name.
For example:
In the PHP mail function I specified the from address as some other
user name.
How can I find, whether that user sends the mail or it is send by some
other user using PHP script
How can we check that.
I want to find whether the message is send by the original user or
some one send the message in another name.
For example:
In the PHP mail function I specified the from address as some other
user name.
How can I find, whether that user sends the mail or it is send by some
other user using PHP script
How can we check that.
Comment