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 @@ -7,7 +7,9 @@ Use you EmailJS account for sending emails.
77## Disclaimer
88
99This 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**
You can’t perform that action at this time.
0 commit comments