Changes between Initial Version and Version 1 of Ticket #35118, comment 5
- Timestamp:
- Jan 17, 2024, 4:35:12 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35118, comment 5
initial v1 36 36 I thought I was explicit about when the override is needed? My PR begins with "If your application defines a different email backend to be used [other than locmem]". This was applicable to my scenario above because I was defining an SMTP backend. I did link [https://github.com/django/django/pull/17741 the PR] when I opened my ticket but it seems to be unlinked at time of writing. 37 37 38 edit - I see what you mean, I meant if a connection parameter is used as opposed to if a different email backend is used. 39 38 40 Replying to [comment:1 Baptiste Mispelon]: 39 41 > I think we should try to find a systematic solution to the problem but if that's too hard we should at least document quite loudly that one must pay attention when using a custom `connection`.