If you want to send e-mails using PHP mail() function and change the from e-mail address then you may create a php.ini file in a directory where you are sending e-mails from and set the below variable in it:
youre-mail@domain.com will need to be replaced with your address.Code:sendmail_path="/usr/sbin/sendmail -t -i -f your-mail@domain.com"


LinkBack URL
About LinkBacks

Reply With Quote