From b21b63357668d95b31dee651c308beacd37b4636 Mon Sep 17 00:00:00 2001 From: shireenrao Date: Tue, 24 May 2016 08:26:13 -0400 Subject: [PATCH] fix hyperlink to #smtp-backend --- docs/developing-locally-docker.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/developing-locally-docker.rst b/docs/developing-locally-docker.rst index ed110d01d..7f23082af 100644 --- a/docs/developing-locally-docker.rst +++ b/docs/developing-locally-docker.rst @@ -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::