Changes between Initial Version and Version 1 of Ticket #35514, comment 4
- Timestamp:
- Jun 25, 2024, 4:36:43 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35514, comment 4
initial v1 3 3 I'm excited to see this getting traction. There are several common, real-world use cases for it. 4 4 5 For the setting name, I'd suggest `EMAIL_BACKENDS`, since it configures email backends, and a lot of existing docs and tutorials talk about "backends." Also, `EMAIL_PROVIDERS` and `EMAILS` could imply configuration for both sending ''and receiving'' email. (But I don't feel that strongly.)5 ~~For the setting name, I'd suggest `EMAIL_BACKENDS`, since it configures email backends, and a lot of existing docs and tutorials talk about "backends." Also, `EMAIL_PROVIDERS` and `EMAILS` could imply configuration for both sending ''and receiving'' email. (But I don't feel that strongly.)~~ ([#comment:7 withdrawn]) 6 6 7 7 Handful of questions: