views:

222

answers:

1

Hi, I'm having trouble sending mail using PHP mail() on IIS 7 using Windows 2008 Server. The server is dedicated, thus I have full control over my machine. php.ini looks fine - ([mail function] is configured) I don't get any error from mail() (with the right parameters of course)

btw - I got ASP and ASP.NET sending mails without any problems.

Would be very gratefully for help

Regards, Roman

A: 

I use http://pear.php.net/package/Mail.

LaikaN57