Re: [PHP] php.ini mail settings

2004-07-03 Thread Wudi
It's impossible. If you olny want to set the mail sender, you can write mail head "From: [EMAIL PROTECTED]" to get the same result. But using SMTP Class is better. On Fri, 02 Jul 2004 23:44:48 +0100 Olly <[EMAIL PROTECTED]> wrote: > [mail function] > ; For Win32 only. > SMTP = smtp.mail.yahoo.co.

Re: [PHP] php.ini mail settings

2004-07-02 Thread Justin Patrin
I don't think so. I would suggest using PEAR::Mail, which has support for passwords through its SMTP backend. On Fri, 02 Jul 2004 23:44:48 +0100, Olly <[EMAIL PROTECTED]> wrote: > > [mail function] > ; For Win32 only. > SMTP = smtp.mail.yahoo.co.uk ; for Win32 only > sendmail_from= [EMAIL PROTECT