Replies: 0
Hello!
I am working on setting up the SMTP details for our contact form (Contact Form 7), and after confirming the host, encryption, and port with our tech department, emails are still not going through. Our email system is Novell GroupWise.
Here is the full error log:
Versions:
WordPress: 5.0.3
WordPress MS: No
PHP: 7.0.33
WP Mail SMTP: 1.4.1
Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Host: chw.coos.or.us
Port: 25
SMTPSecure: string(0) “”
SMTPAutoTLS: bool(false)
SMTPAuth: bool(false)
Server:
OpenSSL: OpenSSL 1.0.1e-fips 11 Feb 2013
SMTP Debug:
2019-02-21 23:39:41 Connection: opening to chw.coos.or.us:25, timeout=300, options=array (
)
2019-02-21 23:39:42 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): unable to connect to chw.coos.or.us:25 (Connection refused)
2019-02-21 23:39:42 SMTP ERROR: Failed to connect to server: Connection refused (111)
2019-02-21 23:39:42 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Thank you in advance!