View Single Post
  #8  
Old 13th February 2013, 08:46
edge edge is online now
Moderator
 
Join Date: Dec 2005
Location: The Netherlands
Posts: 2,010
Thanks: 254
Thanked 134 Times in 120 Posts
Default

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.
Reply With Quote