Skip to content

Commit e944a5f

Browse files
authored
Mailjet default api url does not work out of the box (cookiecutter#3871)
1 parent 0286c34 commit e944a5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

{{cookiecutter.project_slug}}/config/settings/production.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@
167167
ANYMAIL = {
168168
"MAILJET_API_KEY": env("MAILJET_API_KEY"),
169169
"MAILJET_SECRET_KEY": env("MAILJET_SECRET_KEY"),
170-
"MAILJET_API_URL": env("MAILJET_API_URL", default="https://api.mailjet.com/v3"),
171170
}
172171
{%- elif cookiecutter.mail_service == 'Mandrill' %}
173172
# https://anymail.readthedocs.io/en/stable/esps/mandrill/

0 commit comments

Comments
 (0)