update
This commit is contained in:
6
doc/core-apps/mail/features.md
Normal file
6
doc/core-apps/mail/features.md
Normal file
@@ -0,0 +1,6 @@
|
||||
- mail
|
||||
- MailProvider service registered via DI; SMTP implementation (Mailhog in dev, real SMTP in prod)
|
||||
- Jinja2 templates with DE/EN i18n
|
||||
- no public routes — used by other apps (e.g. orders) through DI
|
||||
- depends on: core
|
||||
- room for growth: outbound queue with retries, provider abstraction (SendGrid, Postmark, SES), richer transactional templates, bounce/complaint handling
|
||||
2
doc/core-apps/mail/specs.md
Normal file
2
doc/core-apps/mail/specs.md
Normal file
@@ -0,0 +1,2 @@
|
||||
- __init__.py (on_load, MailProvider, SMTP implementation)
|
||||
- manifest.yaml
|
||||
Reference in New Issue
Block a user