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 be
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?
I'd like the option of sending to any one of my 3 mail servers, from one
script.
Thanks
Jason
--
PHP General Mailing List (http://www.php.net
2 matches
Mail list logo