Skip to content

Commit 4653c59

Browse files
author
Sergey Khomushin
committed
README.md: add packages and API request notes
1 parent ca5f716 commit 4653c59

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
@@ -7,7 +7,9 @@ Use you EmailJS account for sending emails.
77
## Disclaimer
88

99
This is a flutter-only version, otherwise use
10-
the [REST API](https://www.emailjs.com/docs/rest-api/send/).
10+
- [Browser SDK](https://www.npmjs.com/package/@emailjs/browser)
11+
- [Node.js SDK](https://www.npmjs.com/package/@emailjs/nodejs)
12+
- [REST API](https://www.emailjs.com/docs/rest-api/send/)
1113

1214
## Links
1315

@@ -28,6 +30,15 @@ Install EmailJS SDK:
2830
$ flutter pub add emailjs
2931
```
3032

33+
***Note***: By default, API requests are disabled for non-browser applications.
34+
You need to activate them through [Account:Security](https://dashboard.emailjs.com/admin/account/security).
35+
36+
## FAQ
37+
38+
#### API calls are disabled for non-browser applications
39+
You need to activate API requests
40+
through [Account:Security](https://dashboard.emailjs.com/admin/account/security).
41+
3142
## Examples
3243

3344
**send email**

0 commit comments

Comments
 (0)