File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ export SENDGRID_API_KEY=''
Original file line number Diff line number Diff line change 99bin /
1010include /
1111lib /
12+ .env
Original file line number Diff line number Diff line change @@ -39,6 +39,21 @@ All updates to this module is documented in our [CHANGELOG](https://github.com/s
3939pip install smtpapi
4040```
4141
42+ ## Setup Environment Variables
43+
44+ Update the development environment with your [ SENDGRID_API_KEY] ( https://app.sendgrid.com/settings/api_keys ) , for example:
45+
46+
47+ ``` bash
48+ cp .env_sample .env
49+ ```
50+ In ` .env ` set ` SENDGRID_API_KEY ` to your own API key.
51+
52+ You can add your environment variables to your environment by sourcing the file:
53+
54+ ``` source .env ```
55+
56+
4257<a name =" quick-start " ></a >
4358# Quick Start
4459
You can’t perform that action at this time.
0 commit comments