Previously, Jason Caldwell said:
> There's a setting in the PHP.INI file called [Mail Function] - SMTP
> Can I programmatically set this? Or, am I for now restricted to this .INI
> entry?

ini_set("SMTP", "smtp.server.name");
ini_set("sendmail_from", "[EMAIL PROTECTED]");

 -d

-- 
What was the best thing before sliced bread?  -George Carlin 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to