Replies: 1
Hi!
I am receiving this error when I try to send a test email from my site.
Versions:
WordPress: 4.9.1
WordPress MS: No
PHP: 7.0.27
WP Mail SMTP: 1.2.5
Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Host: 192.168.14.4
Port: 2526
SMTPSecure: string(0) “”
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)
Server:
OpenSSL: Yes
Apache.mod_security: No
SMTP Debug:
2018-02-14 17:59:19 Connection: opening to 192.168.14.4:2526, timeout=300, options=array (
)
2018-02-14 17:59:20 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): unable to connect to 192.168.14.4:2526 (Connection refused)
2018-02-14 17:59:20 SMTP ERROR: Failed to connect to server: Connection refused (111)
2018-02-14 17:59:20 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
How can I go about resolving this issue?
Thank you!