I am sending email using php script and i am setting from address as
$headers = "MIME-Version: 1.0" . "$from" . "\r\n";
$headers.= "Content-type:text/html;charset=iso-8859-1" . "\r\n";
So, the mail coming to my mail address as from support@mysite.com, But i need to set from address as support@gmail.com.But it is not coming with the modified from address. So, please help to solve this problem..
Replace header text,
To get more information about mail function
may this help you.