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 fba5d23 commit a9ae0d3Copy full SHA for a9ae0d3
anymail/backends/mailtrap.py
@@ -58,7 +58,6 @@ def __init__(
58
"Api-Token": backend.api_token,
59
"Content-Type": "application/json",
60
"Accept": "application/json",
61
- "User-Agent": "django-anymail (https://github.com/anymail/django-anymail)",
62
}
63
# Yes, the parent sets this, but setting it here, too, gives type hints
64
self.backend = backend
0 commit comments