We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c47eb commit 0a76d0aCopy full SHA for 0a76d0a
anymail/backends/mailtrap.py
@@ -165,14 +165,6 @@ def set_tags(self, tags: List[str]):
165
if len(tags) > 0:
166
self.data["category"] = tags[0]
167
168
- def set_track_clicks(self, *args, **kwargs):
169
- """Do nothing. Mailtrap supports this, but it is not configured in the send request."""
170
- pass
171
-
172
- def set_track_opens(self, *args, **kwargs):
173
174
175
176
def set_metadata(self, metadata):
177
self.data.setdefault("custom_variables", {}).update(
178
{str(k): str(v) for k, v in metadata.items()}
0 commit comments