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 ef8e1b9 commit dbd5fc6Copy full SHA for dbd5fc6
src/config/index.ts
@@ -9,6 +9,7 @@ export default {
9
TEST_INBOX_ID_MISSING: "testInboxId is missing, testing API will not work.",
10
ACCOUNT_ID_MISSING:
11
"accountId is missing, some features of testing API may not work properly.",
12
+ BULK_SANDBOX_INCOMPATIBLE: "Bulk mode is not applicable for sandbox API.",
13
},
14
CLIENT_SETTINGS: {
15
SENDING_ENDPOINT: "https://send.api.mailtrap.io",
0 commit comments