Thread
:
php mail() sent as apache@server.domain.com
View Single Post
#
8
13th February 2013, 08:46
edge
Moderator
Join Date: Dec 2005
Location: The Netherlands
Posts: 2,010
Thanks: 254
Thanked 134 Times in 120 Posts
You can try by adding the -f option to it.
Somtehing like this: mail($to,$subject,$message,$headers,"-f".$from);
__________________
Never
execute code written on a Friday or a Monday.
edge
View Public Profile
Send a private message to edge
Visit edge's homepage!
Find all posts by edge