We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514cd0d commit 27ca77fCopy full SHA for 27ca77f
README.md
@@ -78,6 +78,7 @@ The following is the minimum needed code to send an email without the /mail/send
78
import sendgrid
79
import os
80
81
+sg = sendgrid.SendGridAPIClient(apikey=os.environ.get('SENDGRID_API_KEY'))
82
data = {
83
"personalizations": [
84
{
0 commit comments