Remote SMTP Script Issue
Hi, I have made a website with this smtp configuration:
And I have this error: SMTP connect() failed. Using tls and ssl What to do? I don't have access to ssh
= array(
'username' => 'no-reply@',
'password' => '******',
'name' => 'WondersLand',
'host' => ' ',
'port' => 587,
'secure' => 'TLS',
'smtp_auth' => true
);
And I have this error: SMTP connect() failed. Using tls and ssl What to do? I don't have access to ssh
-
Hello, It's possible your web hosting provider has disabled the ability for accounts to connect to a remote mail server via SMTP. You will need to contact your web hosting provider for assistance. Thank you. 0
Please sign in to leave a comment.
Comments
1 comment