Re: [PHP] PHP Mail (SMTP)

2001-05-23 Thread Dan Lowe
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

[PHP] PHP Mail (SMTP)

2001-05-14 Thread Jason Caldwell
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