Skip to content

Commit 0233a70

Browse files
authored
Create READEME.md
1 parent 4c70dd8 commit 0233a70

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

READEME.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Python script to send an email with SendGrid using a SendGrid API Key
2+
Use:
3+
```bash
4+
.\SG.py `
5+
-ApiKey "SG.xxxxxx" `
6+
7+
8+
-Subject "Hello" `
9+
-Text "This is a test." `
10+
11+
12+
```

0 commit comments

Comments
 (0)