Re: [PHP-WIN] New To PHP need help with mail

2002-01-20 Thread Rubén Gutiérrez
On Sun, 20 Jan 2002 15:40:23 - "Ross Fleming" <[EMAIL PROTECTED]> wrote: > Asuuming you have PHP setup already, edit your PHP.ini file. Change your > mail settings in it to: > [mail function] > ; For Win32 only. > SMTP= mail.mysmtpserver.com ; for Win32 only > > ; For Win32 only. > sendmai

RE: [PHP-WIN] New To PHP need help with mail

2002-01-20 Thread Ross Fleming
Asuuming you have PHP setup already, edit your PHP.ini file. Change your mail settings in it to: [mail function] ; For Win32 only. SMTP= mail.mysmtpserver.com ; for Win32 only ; For Win32 only. sendmail_from= [EMAIL PROTECTED] ; for Win32 only and save it. Then, in the formaction.php page, use