Hello I have SMTP from my server (cpanel).
I send an email form using php But only emails from my own domain are sent [email protected], [email protected]
And it is not sent for email from Gmail or...
I have access to cpanel or whm
for form I use : GitHub - Ipatov/SendMailSmtpClass: SendMailSmtpClass.php
Emails used to be sent, but now they can't .
I use PHPmailer but I did not get an answer.
I send an email form using php But only emails from my own domain are sent [email protected], [email protected]
And it is not sent for email from Gmail or...
I have access to cpanel or whm
for form I use : GitHub - Ipatov/SendMailSmtpClass: SendMailSmtpClass.php
$mailSMTP = new SendMailSmtpClass('[email protected]', 'xxxx', 'ssl://mail.xxx.com', 465, "UTF-8");
Emails used to be sent, but now they can't .
I use PHPmailer but I did not get an answer.
Last edited by a moderator: