SMTP doesn't work

Status
Not open for further replies.

Jisana

New Member
Messages
17
Reaction score
0
Points
0
Hi, I have my forum SMF with SMTP configured, but I can't sent any message.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Are you directing it to an outside SMTP server like Google?

If it goes through x10hosting's mail server, Hotmail and other recipients will probably bounce it back due to too many members abusing the system.

I just tested using the PEAR module to send mail from the free server Chopin via Google Apps. Worked fine. So the outgoing port should not be a problem.
 
Last edited:

Jisana

New Member
Messages
17
Reaction score
0
Points
0
I have configured my account with SMTP from Google Apps.
But I can't sent anything :(

I have tried to configure with the SMTP from x10, but I just only send to Gmail account and others, but not for Hotmail.

I will continue trying :D
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Code:
$mail->SMTPSecure = "ssl";  
    $mail->Host       = "smtp.gmail.com"; 
    $mail->Port       = 465;

Some of the settings that worked for me using PHPMailer
 

carl6969

Community Support Team
Community Support
Messages
6,874
Reaction score
206
Points
63
* Problem Solved - Thread Closed *
 
Status
Not open for further replies.
Top