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 0db008f commit 7d05b6cCopy full SHA for 7d05b6c
README.md
@@ -95,7 +95,7 @@ emailjs.send('<YOUR_SERVICE_ID>', '<YOUR_TEMPLATE_ID>').then(
95
**await/async with EmailJS error handler**
96
97
```js
98
-import { send, EmailJSResponseStatus } from '@emailjs/nodejs';
+import emailjs, { EmailJSResponseStatus } from '@emailjs/nodejs';
99
100
try {
101
await emailjs.send(
0 commit comments