Click to See Complete Forum and Search --> : PHP mail()


Anon
06-30-2000, 04:50 PM
Warning: Unknown error in d:\InetPub\wwwroot\shagmail\mailer.php on line 28

I get that error when I use this line...

mail("$mailto", "$subject", "$message", "From: $email");

Can someone please help me resolve this error..

BTW, I have SMTP server setup on Windows NT4

Anon
07-01-2000, 12:21 PM
i think u should not use quotes if u r passing variables as params.
check it !!

-Nitin

Anon
07-03-2000, 08:52 AM
Nitin Gaur wrote:
-------------------------------
i think u should not use quotes if u r passing variables as params.
check it !!

-Nitin