Update progress: contact form + PHPMailer verified working
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user