Hi - I'm using the following script to send an email but I keep getting the error message below:
mail ($mailTo, $msgSubject, $msgBody, $xHeaders);
Error message:
Warning: Failed to connect to mailserver, verify your "SMTP" setting in php.ini in c:\phpdev\www\ptweb\admin\mailscript.php on line 62
Any ideas? Thanks.