Postmark: add track_clicks support

Closes #38
This commit is contained in:
medmunds
2016-10-23 10:54:59 -07:00
parent 60dc11559d
commit 7248c3441e
5 changed files with 28 additions and 12 deletions

View File

@@ -53,6 +53,7 @@ class PostmarkBackendIntegrationTests(SimpleTestCase, AnymailTestMixin):
# no metadata, send_at, track_clicks support
tags=["tag 1"], # max one tag
track_opens=True,
track_clicks=True,
)
message.attach("attachment1.txt", "Here is some\ntext for you", "text/plain")
message.attach("attachment2.csv", "ID,Name\n1,Amy Lina", "text/csv")