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
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
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()?)