Re: [PHP-DEV] specifying smtp server on win32 via 5th mail() parameter

2002-04-29 Thread Shane Caraveo
Jim Winstead wrote: > as suggested at http://bugs.php.net/10629, the patch below would allow > win32 users to specify the smtp server to use as the 5th parameter to > the mail() function. (the 'pass random options to my sendmail program' > parameter on unix systems.) > > any thoughts? (maybe it's

Re: [PHP-DEV] specifying smtp server on win32 via 5th mail() parameter

2002-04-28 Thread derick
On Sun, 28 Apr 2002, Jim Winstead wrote: > as suggested at http://bugs.php.net/10629, the patch below would allow > win32 users to specify the smtp server to use as the 5th parameter to > the mail() function. (the 'pass random options to my sendmail program' > parameter on unix systems.) > > any

[PHP-DEV] specifying smtp server on win32 via 5th mail() parameter

2002-04-28 Thread Jim Winstead
as suggested at http://bugs.php.net/10629, the patch below would allow win32 users to specify the smtp server to use as the 5th parameter to the mail() function. (the 'pass random options to my sendmail program' parameter on unix systems.) any thoughts? (maybe it's better to just use ini_set()?)