Skip to content

Commit 24357ff

Browse files
authored
Merge pull request #2 from DefensiveOrigins/main
readme
2 parents eba66c3 + a685ad0 commit 24357ff

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Python script to send an email with SendGrid using a SendGrid API Key
2-
Use:
2+
3+
# Install
4+
```
5+
pip install sendgridsend
6+
```
7+
8+
# Use:
39
```bash
10+
# Python GIt Clone version
11+
412
.\SG.py `
513
-ApiKey "SG.xxxxxx" `
614
@@ -9,4 +17,15 @@ Use:
917
-Text "This is a test." `
1018
1119
20+
21+
# PIP version
22+
sendgridsend `
23+
-ApiKey "SG.xxxxxx" `
24+
25+
26+
-Subject "Hello" `
27+
-Text "This is a test." `
28+
29+
30+
1231
```

0 commit comments

Comments
 (0)