Hey Guys,
I have an issue with the mail sending.
So when you use the "mail()" php function it will automatically send using "[email protected]" however if the user change it to send via it's domain it makes the following.
[email protected] (sent via [email protected] from [email protected]). Why does it do this? Why doesn't it send it simply using [email protected] and is it possible to change that by default it doesn't send it with "[email protected]" but with for example [email protected]?
I don't want it to use my server hostname to send a mail...
Thanks for your replies
I have an issue with the mail sending.
So when you use the "mail()" php function it will automatically send using "[email protected]" however if the user change it to send via it's domain it makes the following.
[email protected] (sent via [email protected] from [email protected]). Why does it do this? Why doesn't it send it simply using [email protected] and is it possible to change that by default it doesn't send it with "[email protected]" but with for example [email protected]?
I don't want it to use my server hostname to send a mail...
Thanks for your replies