php: different mail server from php.ini
I want to use standalone mail server for only one of my script. So i dont want to change sendmail address in php.ini
Can i write something to .htaccess in scripts folder so mail() function would send mail to elsewhere?
|