Add a LogMailer that prints emails to stdout when no mail transport is configured, eliminating the reflect-based nil interface checks that were scattered across the authuser package. The App now always injects a non-nil Mailer, so the usecase layer no longer needs to guard against it. |
||
|---|---|---|
| .. | ||
| adapters | ||
| api | ||
| api-admin | ||
| app | ||
| avatar | ||
| captcha | ||
| config | ||
| forms | ||
| helpers | ||
| mailer | ||
| newsletter | ||
| session | ||
| storage | ||
| usecase | ||