2019-03-27 00:36:38 +03:00
|
|
|
If your email server used to send email isn't configured properly (Mailgun by default),
|
|
|
|
attempting to send an email will cause an Internal Server Error.
|
|
|
|
|
2021-11-25 00:10:26 +03:00
|
|
|
By default, ``django-allauth`` is setup to `have emails verifications mandatory`_,
|
2019-03-27 00:36:38 +03:00
|
|
|
which means it'll send a verification email when an unverified user tries to
|
|
|
|
log-in or when someone tries to sign-up.
|
|
|
|
|
|
|
|
This may happen just after you've setup your Mailgun account, which is running in a
|
|
|
|
sandbox subdomain by default. Either add your email to the list of authorized recipients
|
|
|
|
or verify your domain.
|
|
|
|
|
|
|
|
|
|
|
|
.. _have emails verifications mandatory: https://django-allauth.readthedocs.io/en/latest/configuration.html?highlight=ACCOUNT_EMAIL_VERIFICATION
|