File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ Use you EmailJS account for sending emails.
1010## Disclaimer
1111
1212This is a NodeJS-only version, otherwise use
13- the [ REST API] ( https://www.emailjs.com/docs/rest-api/send/ ) .
13+ - [ Browser SDK] ( https://www.npmjs.com/package/@emailjs/browser )
14+ - [ Flutter SDK] ( https://pub.dev/packages/emailjs )
15+ - [ REST API] ( https://www.emailjs.com/docs/rest-api/send/ )
1416
1517## Links
1618
@@ -31,6 +33,15 @@ Install EmailJS SDK using [npm](https://www.npmjs.com/):
3133$ npm install @emailjs/nodejs
3234```
3335
36+ *** Note*** : By default, API requests are disabled for non-browser applications.
37+ You need to activate them through [ Account: Security ] ( https://dashboard.emailjs.com/admin/account/security ) .
38+
39+ ## FAQ
40+
41+ #### API calls are disabled for non-browser applications
42+ You need to activate API requests
43+ through [ Account: Security ] ( https://dashboard.emailjs.com/admin/account/security ) .
44+
3445## Examples
3546
3647### ECMAScript modules
You can’t perform that action at this time.
0 commit comments