Use MailGun via django-anymail instead of Gandi

This commit is contained in:
Carl van Tonder
2018-04-03 17:46:04 -04:00
parent f4a7a108b5
commit ef54317bea
3 changed files with 15 additions and 7 deletions

View File

@ -66,8 +66,8 @@ WEBLATE_GITHUB_USERNAME=livmackintosh
#WEBLATE_REQUIRE_LOGIN=1
# Mail server, the server has to listen on port 587 and understand TLS
WEBLATE_EMAIL_HOST=mail.gandi.net
WEBLATE_EMAIL_HOST=smtp.mailgun.org
# Do NOT use quotes here
WEBLATE_EMAIL_USER=admin@ojuso.org
WEBLATE_EMAIL_USER=postmaster@mail.ojuso.org
# Do NOT use quotes here
WEBLATE_EMAIL_PASSWORD=${SMTP_PASSWORD}