Use MailGun via django-anymail instead of Gandi
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user