Thanks for the hint. Unfortunately it's not working as expected. I'm using the docker-setup and tried it in 2 different locations, but neither got the expected effect:
I put the variable in the mm-web-container-environment: mm-web: environment:
- EMAIL_CONFIRMATION_FROM=myaddress@something.org
Then I tried settings_local.py with: EMAIL_CONFIRMATION_FROM = 'myaddress@something.org'
What am I missing, where do I have to set this value correctly?
Thanks for the help! Jens.
Am 08.06.23 um 01:57 schrieb Mark Sapiro:
On 6/7/23 14:13, Jens Günther wrote:
The more important question would be, where :-) since I already checked if I can set it to something alse, I might need a hint where exactly I can find it. In the SERVE_FROM_DOMAIN/admin I did not stumble upon it. If you don't know it, no problem, let's just wait for somebody who does, thanks.
It's the EMAIL_CONFIRMATION_FROM setting in your Django settings.