Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering - wouldn't it make sense to have a custom email backend for the mailboxes? Right now I can send, but the default Django backend is used, which might not allow sending emails from arbitrary domains…
To fix this, I'd add a model for outgoing servers and a custom mailing backend that selects which credentials and server to use for which address, or something similar. I did not dig too deep yet into how to implement this as I might be completely wrong.
What do you think about implementing such a feature in general?
Or did I misunderstand something completely?
Beta Was this translation helpful? Give feedback.
All reactions