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 9a5c2b6 commit ccfbbbbCopy full SHA for ccfbbbb
README.md
@@ -36,7 +36,7 @@ The quickest way to send a single transactional email with only the required par
36
import { MailtrapClient } from "mailtrap";
37
38
const mailtrap = new MailtrapClient({
39
- token: process.env.MAILTRAP_API_KEY, // your API key here https://mailtrap.io/api-tokens
+ token: process.env.MAILTRAP_API_KEY, // You can create your API key here https://mailtrap.io/api-tokens
40
});
41
42
mailtrap
0 commit comments