jonnitto/Send email with a specific service

Send email with the well known services from nodemailer

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
serviceName of the service described at https://nodemailer.com/smtp/well-knownyesiCloud
userUsernameyes
passPasswordyes
fromThe email address of the senderno
individualSend multiple emails, and not all in one, (only for the to field, cc and bcc are always sent in the email)nofalse
toComma separated list or an array of recipients email addresses that will appear on the To: fieldyes
ccComma separated list or an array of recipients email addresses that will appear on the Cc: fieldno
bccComma separated list or an array of recipients email addresses that will appear on the Bcc: fieldno
replyToAn email address that will appear on the Reply-To: fieldno
prioritySets message importance headers, either "high", "normal" (default) or "low".nonormal
subjectThe subject of the emailyesGithub Actions
textThe plaintext version of the message as an Unicode string, Buffer, Stream or an attachment-like object ({path: "/var/data/…"})no
htmlThe HTML version of the message as an Unicode string, Buffer, Stream or an attachment-like object ({path: "http://…"})no

no outputs