Skip to content

Commit 4033658

Browse files
author
Matt Bernier
authored
Merge pull request #33 from CorneliusIV/master
Add .env_sample
2 parents 3766c77 + 8211686 commit 4033658

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.env_sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export SENDGRID_API_KEY=''

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ sdist
99
bin/
1010
include/
1111
lib/
12+
.env

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,21 @@ All updates to this module is documented in our [CHANGELOG](https://github.com/s
3939
pip 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

0 commit comments

Comments
 (0)