Hi ! I am trying to send a test email with smtp. I have php installed in a subdomain in a shared hosting account.
I’ve setup config credetinals, I tryed kinda all settings to see the error but I can’t find the exact problem.
When I create a campaign, I add the test subscriber and when I try to send the email, I get this :
Found them: 1 to process
Sending 24 to test@email.ro
It took 0.0044210000 seconds to send
Failed sending to subscriber@email.ro
Warning: script never reached stage 5
This may be caused by a too slow or too busy server
also, in this admin side I can’t see any errors on the page, no matter what settings I turn on.
the only errors I can see are in the system log of events :
Warning: script never reached stage 5 This may be caused by a too slow or too busy server
Error sending email to user@mydomain.ro SMTP connect() failed. Troubleshooting · PHPMailer/PHPMailer Wiki · GitHub
I added in config : phpmailerhost, smtp user, smtp password, phpmailerport, phpmailer_secure.
Any help would be much appreciated. Is there any way I can see the exact problem ? like is the password incorrect, or the port ? idk.
I tryed to add SMTP::DEBUG_SERVER but still no precise error is showing.
Best regards !
Cosmin