Skip to content

Commit 2f2a229

Browse files
Ihor BilousIhor Bilous
authored andcommitted
Fix issue #25: Revert removing constants from MailtrapClient class
1 parent c21e0fc commit 2f2a229

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mailtrap/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020

2121

2222
class MailtrapClient:
23+
DEFAULT_HOST = SENDING_HOST
2324
DEFAULT_PORT = 443
25+
BULK_HOST = BULK_HOST
26+
SANDBOX_HOST = SANDBOX_HOST
2427

2528
def __init__(
2629
self,

0 commit comments

Comments
 (0)