Answer the question
In order to leave comments, you need to log in
How to register via django allauth email?
I added django allauth to my project - it works (registration, login, logout). In this regard, I will omit most of the settings.
ACCOUNT_EMAIL_REQUIRED = TrueWhen this code is enabled - registration does not pass because it wants confirmation by mail. But this is my problem - I did not specify anywhere from which mail this letter should be sent. Can you tell me how to set it up? read docks - did not find.
ACCOUNT_EMAIL_VERIFICATION = "mandatory"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question