🔍 Diagnostics — Admin Login

Checks

CheckResultDetail
PHP Version >= 7.4 ✅ OK 8.4.17
openssl extension loaded ✅ OK Yes
sockets extension loaded ✅ OK Yes
vendor/autoload.php found ✅ OK FOUND: /home/souyn1welerh/public_html/nchltd.ca/vendor/autoload.php
phpmailer/src/ files found ✅ OK FOUND
PHPMailer class available ✅ OK Yes
EMAIL_PASS is set ✅ OK Yes
Session save path writable ✅ OK /opt/alt/php84/var/lib/php/session

Server Paths

__DIR__  =  /home/souyn1welerh/public_html/nchltd.ca
vendor/autoload.php         [EXISTS]
  /home/souyn1welerh/public_html/nchltd.ca/vendor/autoload.php
phpmailer/src/PHPMailer.php [EXISTS]
  /home/souyn1welerh/public_html/nchltd.ca/vendor/src/PHPMailer.php

SMTP Test — Send a Real Test Email

Full SMTP Debug Log

2026-02-28 11:13:31 SERVER -> CLIENT: 220-p3plzcpnl506307.prod.phx3.secureserver.net ESMTP Exim 4.99.1 #2 Sat, 28 Feb 2026 04:13:31 -0700 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.
2026-02-28 11:13:31 CLIENT -> SERVER: EHLO www.nchltd.ca
2026-02-28 11:13:31 SERVER -> CLIENT: 250-p3plzcpnl506307.prod.phx3.secureserver.net Hello www.nchltd.ca [107.180.51.40]250-SIZE 52428800250-LIMITS MAILMAX=10 RCPTMAX=50000250-8BITMIME250-PIPELINING250-PIPECONNECT250-AUTH PLAIN LOGIN250 HELP
2026-02-28 11:13:31 CLIENT -> SERVER: AUTH LOGIN
2026-02-28 11:13:31 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2026-02-28 11:13:31 CLIENT -> SERVER: [credentials hidden]
2026-02-28 11:13:31 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2026-02-28 11:13:31 CLIENT -> SERVER: [credentials hidden]
2026-02-28 11:13:31 SERVER -> CLIENT: 235 Authentication succeeded
2026-02-28 11:13:31 CLIENT -> SERVER: MAIL FROM:<info@nchltd.ca>
2026-02-28 11:13:31 SERVER -> CLIENT: 250 OK
2026-02-28 11:13:31 CLIENT -> SERVER: RCPT TO:<info@nchltd.ca>
2026-02-28 11:13:31 SERVER -> CLIENT: 250 Accepted
2026-02-28 11:13:31 CLIENT -> SERVER: DATA
2026-02-28 11:13:31 SERVER -> CLIENT: 354 Enter message, ending with "." on a line by itself
2026-02-28 11:13:31 CLIENT -> SERVER: Date: Sat, 28 Feb 2026 11:13:31 +0000
2026-02-28 11:13:31 CLIENT -> SERVER: To: info@nchltd.ca
2026-02-28 11:13:31 CLIENT -> SERVER: From: Neigah Admin Test <info@nchltd.ca>
2026-02-28 11:13:31 CLIENT -> SERVER: Subject: =?iso-8859-1?Q?SMTP_Test_=E2=80=94_Admin_Login?=
2026-02-28 11:13:31 CLIENT -> SERVER: Message-ID: <tTe16ToPnU40QUDicAK2ryGhpQ9C8GOlwtm1NCU@www.nchltd.ca>
2026-02-28 11:13:31 CLIENT -> SERVER: X-Mailer: PHPMailer 7.0.2 (https://github.com/PHPMailer/PHPMailer)
2026-02-28 11:13:31 CLIENT -> SERVER: MIME-Version: 1.0
2026-02-28 11:13:31 CLIENT -> SERVER: Content-Type: text/plain; charset=iso-8859-1
2026-02-28 11:13:31 CLIENT -> SERVER:
2026-02-28 11:13:31 CLIENT -> SERVER: This is a test email from your admin login diagnostics page. If you received this, SMTP is working correctly.
2026-02-28 11:13:31 CLIENT -> SERVER:
2026-02-28 11:13:31 CLIENT -> SERVER: .
2026-02-28 11:13:31 SERVER -> CLIENT: 250 OK id=1vwIGJ-00000009vW3-0txq
2026-02-28 11:13:31 CLIENT -> SERVER: QUIT
2026-02-28 11:13:31 SERVER -> CLIENT: 221 p3plzcpnl506307.prod.phx3.secureserver.net closing connection

↺ Test Again

PHP Environment

PHP Version : 8.4.17
OS          : Linux
Error Log   : error_log
Extensions  : openssl=yes  sockets=yes  curl=yes

Remove ?diag=1 access once everything is working.