Hi, I'm having a problem with a set_ini command... I need to be able to set the -f parameter (to set the originating address on my server). I am getting a false response code when I run the following command:
$Result=ini_get("sendmail_path"),
"/usr/sbin/sendmail -t -f".$DataUserInfo['OriginatingEmail']);
How can I set this parameter at runtime, or are there any other alternatives
Warren
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

