Update progress: contact form + PHPMailer verified working

This commit is contained in:
John Loper II
2026-05-04 17:17:54 -04:00
parent a43df1a3d1
commit 225fbee7e5
+3 -2
View File
@@ -31,8 +31,9 @@
- [ ] **Content review** — Walter to review all copy for accuracy before going live
### Contact Form / Email
- [ ] **SMTP relay configuration**connect PHP `mail()` to 10.10.9.31 (auth: none, from: `contract@WilliamsPressureWashingServices.com`)
- [ ] **Test form end-to-end** — verify email arrives at waltwilliams87@gmail.com
- [x] **SMTP relay configuration**PHPMailer connected to hMailserver on 10.10.9.31:25 (no auth, no TLS) — relay handled by hMailserver/Mailjet
- [x] **Test form end-to-end** — verified working (POST returns `{"success":true}`)
- [ ] **Test email delivery** — confirm message actually arrives at waltwilliams87@gmail.com (need real email to verify)
- [ ] **Form spam protection** — add honeypot field or privacy-respecting alternative to reCAPTCHA
### Hosting & Domain