Skip to content

Set correct default mail for sending through env vars

Sivert Olstad requested to merge fix-password-reset into main

Some built-in Django views use a default email when sending a mail. We should be able to set this through env vars. This has actually already been set on the server, the last time I noticed a bug because of not having set this, but I must've forgotten to push the required code for the fix...

Merge request reports