We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fb3f36 + 2d67edb commit 4c06e43Copy full SHA for 4c06e43
.env_sample
@@ -0,0 +1 @@
1
+export SENDGRID_API_KEY=''
README.md
@@ -31,6 +31,18 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
31
32
- Ruby version 2.2+
33
34
+## Setup Environment Variables
35
+
36
+### Environment Variable
37
38
+Update the development environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys), for example:
39
40
+```bash
41
+echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env
42
+echo "sendgrid.env" >> .gitignore
43
+source ./sendgrid.env
44
+```
45
46
## Install Package
47
48
```bash
0 commit comments