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 de0d38c commit 0c22b66Copy full SHA for 0c22b66
README.md
@@ -24,10 +24,12 @@ createInbox((inbox, err) => {
24
}
25
26
console.log(`Created new inbox: ${inbox.address}, token: ${inbox.token}`);
27
-});
+}, false); //set to true to use Rush Mode domains.
28
+
29
+//read more about Rush Mode: https://tempmail.lol/news/2022/08/03/introducing-rush-mode-for-tempmail/
30
31
//async
-createInboxAsync().then((inbox) => {
32
+createInboxAsync(false).then((inbox) => { //set to true to use Rush Mode domains.
33
34
});
35
0 commit comments