Python script to send an email with SendGrid using a SendGrid API Key
pip install sendgridsend
# Python GIt Clone version
.\SG.py `
-ApiKey "SG.xxxxxx" `
-From [email protected] `
-To [email protected],[email protected] `
-Subject "Hello" `
-Text "This is a test." `
-Cc [email protected] `
-Bcc [email protected]
# PIP version
sendgridsend `
-ApiKey "SG.xxxxxx" `
-From [email protected] `
-To [email protected],[email protected] `
-Subject "Hello" `
-Text "This is a test." `
-Cc [email protected] `
-Bcc [email protected]