mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
feat: email retry page on 550 rejection; confirmation_email optional in admin form
This commit is contained in:
3
TODO.md
3
TODO.md
@@ -19,6 +19,9 @@
|
||||
|
||||
## Bug fixes
|
||||
- [x] **smtp-test.php** — wrap `SmtpRelay::send()` in `try/catch SmtpSendException` so SMTP delivery failures (e.g. 550 recipient rejected) surface as a proper flash error instead of an uncaught exception/silent crash
|
||||
- [x] **partage email retry** — on 550 recipient-rejected, redirect to `/partage/retry-email` instead of `recapitulatif`; student can correct address and resend or skip
|
||||
- [x] **ThesisCreateController** — `confirmation_email` is now optional (empty = skip send)
|
||||
- [x] **admin/add.php template** — email confirmation field marked optional, label and hint updated
|
||||
|
||||
## Previously completed
|
||||
- [x] Multi-file upload for thesis files (basic)
|
||||
|
||||
Reference in New Issue
Block a user