docs: add SMTP 550 postfix fix report for mail admin

This commit is contained in:
Pontoporeia
2026-04-30 12:56:00 +02:00
parent 89b7ab476e
commit 2188ff5479
2 changed files with 140 additions and 0 deletions

View File

@@ -115,6 +115,7 @@
- [x] `request-access.php` (resend path): catch 550 → return HTTP 422 instead of silent "access approved"
- [x] `StudentEmail::sendConfirmation()`: catch `SmtpSendException` → log + return false (submission must not be aborted)
- [x] `admin/actions/access-request.php`: catch `SmtpSendException` after approval → flash warning distinguishing recipient-rejected vs transient
- [x] `docs/SMTP_550_POSTFIX_FIX.md` — report for Postfix admin (diagnosis, 3 fix options, verification steps)
## CSS refactor