SMTP Error: Could not connect to SMTP host.

Status
Not open for further replies.

naddjudge94

New Member
Messages
4
Reaction score
0
Points
1
anyone help me with this or staff of x10?
I'm having this error message "SMTP Error: Could not connect to SMTP host."

i'm using PHPmailer and these are my details or codes used:

$mail->Mailer = "smtp";
$mail->IsSMTP();
$mail->SMTPAuth = true;
$mail->Port = 465;
$mail->Host = "vox.x10hosting.com";
$mail->Username = "admin@ibaloidictionary.x10.mx";
$mail->Password = "********";
$mail->SMTPSecure = "ssl";
$mail->SMTPKeepAlive = true;

this previously was working and now? it ain't and I don't know why....

Thanks in advance for any info! =)
 
Status
Not open for further replies.
Top