Re: [PHP] send a mail

2001-02-21 Thread Emanuele De Fazio
the smtp part is configured like this: [mail function] SMTP = mysmtpserver sendmail_from = [EMAIL PROTECTED] there something else inside php.ini that I should change? P.S. other scripts work fine...I have this error just in using mail(); Delbono wrote: > To me, the SMTP in php.ini is wrong

Re: [PHP] send a mail

2001-02-21 Thread Delbono
To me, the SMTP in php.ini is wrongly configured. Secondo me รจ settato male l'SMTP nel php ini. Ciao > Hi, I am new of php > > I have a file: send.php3 > > c:\type f:/http/php/send.php3 > mail("[EMAIL PROTECTED]", "Subject test", "test text"); > ?> > c:\ > > when I get the page from my web serv