SMTP Woes

Status: Closed · Asked by Dashen Padayachee on · 0 views

Dashen Padayachee — Question ·

So i've created a workflow from a Google Lead Form ending in Pabbly SMTP but the SMTP sending fails:

[TABLE]
[TR]
[TD]Encryption[/TD]
[TD]TLS[/TD]
[TD]SSL[/TD]
[TD]SSL[/TD]
[TD]TLS[/TD]
[/TR]
[TR]
[TD]Port[/TD]
[TD]465[/TD]
[TD]465[/TD]
[TD]993[/TD]
[TD]993[/TD]
[/TR]
[TR]
[TD]Result[/TD]
[TD]Response not received in 15 seconds[/TD]

[TD]Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting[/TD]

[TD]Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting[/TD]

[TD]The application processed the request but returned a blank response. Refer to the HTTP status code above for details.[/TD]
[/TR]
[/TABLE]

Any suggestions on how to get SMTP working?

Pabbly — Reply ·
So i've created a workflow from a Google Lead Form ending in Pabbly SMTP but the SMTP sending fails:

[TABLE]
[TR]
[TD]Encryption[/TD]
[TD]TLS[/TD]
[TD]SSL[/TD]
[TD]SSL[/TD]
[TD]TLS[/TD]
[/TR]
[TR]
[TD]Port[/TD]
[TD]465[/TD]
[TD]465[/TD]
[TD]993[/TD]
[TD]993[/TD]
[/TR]
[TR]
[TD]Result[/TD]
[TD]Response not received in 15 seconds[/TD]
[TD]Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting[/TD]
[TD]Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting[/TD]
[TD]The application processed the request but returned a blank response. Refer to the HTTP status code above for details.[/TD]
[/TR]
[/TABLE]

Any suggestions on how to get SMTP working?


You're getting the following error response - SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

Make sure you're entering the correct SMTP credentials as the error details mentions the connection is not able to be established with the details you have entered.

Dashen Padayachee — Reply ·

Thanks, i've managed to solve this. The error was on the web host's end.

Back to all forum threads · Log in to reply