Skip to content

Commit dbd5fc6

Browse files
config: add bulk sandbox incompatible message
1 parent ef8e1b9 commit dbd5fc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default {
99
TEST_INBOX_ID_MISSING: "testInboxId is missing, testing API will not work.",
1010
ACCOUNT_ID_MISSING:
1111
"accountId is missing, some features of testing API may not work properly.",
12+
BULK_SANDBOX_INCOMPATIBLE: "Bulk mode is not applicable for sandbox API.",
1213
},
1314
CLIENT_SETTINGS: {
1415
SENDING_ENDPOINT: "https://send.api.mailtrap.io",

0 commit comments

Comments
 (0)