Skip to content

Commit 5e72d23

Browse files
author
Sergey Khomushin
committed
README: improve docs, add the API activation
1 parent c3f54b3 commit 5e72d23

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Use you EmailJS account for sending emails.
1010
## Disclaimer
1111

1212
This 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

0 commit comments

Comments
 (0)