fix hyperlink to #smtp-backend

This commit is contained in:
shireenrao 2016-05-24 08:26:13 -04:00
parent a80475eb30
commit b21b633576

View File

@ -90,6 +90,7 @@ Setup your email backend
~~~~~~~~~~~~~~~~~~~~~~~~
django-allauth sends an email to verify users (and superusers) after signup and login (if they are still not verified). To send email you need to `configure your email backend`_
.. _configure your email backend: http://docs.djangoproject.com/en/1.9/topics/email/#smtp-backend
In development you can (optionally) use MailHog_ for email testing. MailHog is added as docker-container. To use MailHog::