one way to troubleshoot your problem is to run the simplest mail script (w/o From, etc. headers) and invoke it by commandline or over the web. if you still can't send emails, try replacing the SMTP domain name with an IP address. if the problem still persist, check your connection to the SMTP server by executing the following commands: c:\> telnet smtp.prodigy.net.mx 25 you should see an output like this: Connected to smtp.prodigy.net.mx Escape character is '^]'. for your reference: http://www.yuki-onna.co.uk/email/smtp.html On 4/18/06, verci <iodataser@xxxxxxxxx> wrote: > > mail($mailto, $subject, $messageproper, > "From: \"$name\" <$email>" . $headersep . "Reply-To: \"$name\" <$email>" . > $headersep . "X-Mailer: chfeedback.php 2.07" ); . [mail function] > ; For Win32 only. > SMTP= smtp.prodigy.net.mx > smtp_port=25 > > ; For Win32 only. > sendmail_from=iodatamicro@xxxxxxxxxxxxxx >