justinbeckwith/Gmail Sender

A GitHub Action that sends email from your gmail account.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
fromEmail from which the message should be sent.yes
toList of email addresses to which the email should be sent.yes
ccList of email addresses to put on the CC line.no
bccList of email addresses to put on the BCC line.no
subjectSubject for the email.yes
bodyText to be placed in the body of the emailyes
serviceAccountJsonA base64 encoded string that contains the full JSON used for your Service Account (see the README for details).yes
refreshTokenA long lived refresh token with the appropriate permissions and scopes to send an email (see the README for details). One of refreshToken or accessToken must be defined.no
accessTokenAn optional short-lived access token with the appropriate permissions and scopes to send an email. One of refreshToken or accessToken must be defined.no
namedescription
resultsThe full API response from the Gmail API.