Need help with email configuration

janedoe

New Member
Messages
4
Reaction score
0
Points
3
Where can x10.hosting free plan find SMTP server information? And is it possible to use Pphmailer with outlook server?
 

Eric S

Administrator
Staff member
Messages
842
Reaction score
122
Points
43
Where can x10.hosting free plan find SMTP server information? And is it possible to use Pphmailer with outlook server?
Please review the following :

Code:
https://gjr.x10.mx/#mail
 

janedoe

New Member
Messages
4
Reaction score
0
Points
3
How can i fix this?
Failed to send email. Please try again.Email sending failed. Error: SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): Peer certificate CN=`x15.x10hosting.com' did not match expected CN=`mail.propertydemo.site'SMTP server error: QUIT command failed Detail: r�*.&,�s���GՑW�S4�~W�221 x15.x10hosting.com closing connection



// Define your email server and authentication details
$popImapServer = "mail.propertydemo.site";
$smtpServer = "mail.propertydemo.site";
$smtpPort = 587;
$emailUsername = "janedoetestemail735@propertydemo.site";
$emailPassword = "";
 

ctyrd

Active Member
Messages
914
Reaction score
79
Points
28
Set your certificate to use a wildcard.
 
Top