Skip to content

Commit

Permalink
Merge pull request BradWhittington#19 from omidraha/patch-1
Browse files Browse the repository at this point in the history
Support  MailGun API V3
  • Loading branch information
pydanny committed Sep 8, 2015
2 parents 02f1ba3 + 90a44cd commit 8a65572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_mailgun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, fail_silently=False, *args, **kwargs):
else:
raise

self._api_url = "https://api.mailgun.net/v2/%s/" % self._server_name
self._api_url = "https://api.mailgun.net/v3/%s/" % self._server_name

def open(self):
"""Stub for open connection, all sends are done over HTTP POSTs
Expand Down

0 comments on commit 8a65572

Please sign in to comment.