Skip to content

Commit 27ca77f

Browse files
Update README.md
1 parent 514cd0d commit 27ca77f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ The following is the minimum needed code to send an email without the /mail/send
7878
import sendgrid
7979
import os
8080

81+
sg = sendgrid.SendGridAPIClient(apikey=os.environ.get('SENDGRID_API_KEY'))
8182
data = {
8283
"personalizations": [
8384
{

0 commit comments

Comments
 (0)