Skip to content

Commit a9ae0d3

Browse files
cahnamedmunds
andcommitted
Mailtrap backend: remove user-agent header
Co-authored-by: Mike Edmunds <medmunds@gmail.com>
1 parent fba5d23 commit a9ae0d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

anymail/backends/mailtrap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def __init__(
5858
"Api-Token": backend.api_token,
5959
"Content-Type": "application/json",
6060
"Accept": "application/json",
61-
"User-Agent": "django-anymail (https://github.com/anymail/django-anymail)",
6261
}
6362
# Yes, the parent sets this, but setting it here, too, gives type hints
6463
self.backend = backend

0 commit comments

Comments
 (0)