bjhale/Send Sendgrid Email

Send an email using Sendgrid

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
fromThe email address of the senderyes
from_nameThe name of the senderno
reply_toThe email address to reply tono
reply_to_nameThe name to reply tono
toThe email address of the recipient(s), comma delimitedyes
ccThe email address of the CC recipient(s), comma delimitedno
subjectThe subject of the emailyes
body_textThe body of the email in text formatno
body_text_fileA file path to the body of the email in text formatno
body_htmlThe body of the email in HTML formatno
body_html_fileA file path to the body of the email in HTML formatno
attachmentA file path to attach to the emailno
attachmentsA YAML list/JSON array of file paths to attach to the emailno
sendgrid_api_keyThe Sendgrid API key, may also be passed via env: SENDGRID_API_KEYno
namedescription
statusThe status code returned by the Sendgrid API