Hello...
I have tested my PHPMailer script from my XAMPP virtual server and it has worked fine, but when I run the same script from the X10 server I get the SMTP connect() failed error...
I am using these settings:
$mail->Host = "mail.sakhalianet.x10.mx";
$mail->Port = "25";
$mail->Username = "contact@sakhalianet.x10.mx";
I have tested my PHPMailer script from my XAMPP virtual server and it has worked fine, but when I run the same script from the X10 server I get the SMTP connect() failed error...
I am using these settings:
$mail->Host = "mail.sakhalianet.x10.mx";
$mail->Port = "25";
$mail->Username = "contact@sakhalianet.x10.mx";