开发者

How can I change the default sender address of my hosting server?

开发者 https://www.devze.com 2023-02-22 04:13 出处:网络
I use the php::mail() function in my scripts to send out emails from the server. While I can change the From header, the sender still shows as a default address from the hosting server (something@serv

I use the php::mail() function in my scripts to send out emails from the server. While I can change the From header, the sender still shows as a default address from the hosting server (something@server.thehost.com)

Where in the cpanel settings can 开发者_如何学PythonI change this address?

Thanks.


Try using the fifth mail() argument: '-f your@sender.address'

0

精彩评论

暂无评论...
验证码 换一张
取 消