dawidd6/Send email

Send an email to multiple recipients

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
connection_urlConnection URL protocol://user:password@server:port, protocol can be smtp or smtp+starttls, replaces server_address, server_port, secure, username and password
server_addressSMTP server address
server_portSMTP server port25
secureWhether this connection use TLS (default is true if server_port is 465)
usernameAuthenticate as this user to SMTP server
passwordAuthenticate with this password to SMTP server
subjectSubject of mail messageyes
toRecipients mail addresses (separated with comma)no
fromEither a plain email address, or full name of the sender, followed by whitespace, followed by email address enclosed in <>yes
bodyBody of mail message (might be a filename prefixed with file:// to read from)no
html_bodyHTML body of mail message (might be a filename prefixed with file:// to read from)no
ccCarbon copy recipients (separated with comma)no
bccBlind carbon copy recipients (separated with comma)no
reply_toAn email address that will appear on the Reply-To fieldno
in_reply_toThe Message-ID this message is replying tono
ignore_certAllow unsigned/invalid certificatesno
convert_markdownConvert body from Markdown to HTML (set content_type input as text/html too)no
attachmentsFiles that will be added to mail message attachments (separated with comma)no
prioritySet Priority level for the mail message to 'high', 'normal' (default) or 'low'no
headersCustom headers for the mail message as a JSON string (e.g., {"X-Custom-Header": "value"})no
nodemailerlogLog option for nodemailerno
nodemailerdebugDebug option for nodemailerno
envelope_fromCustom envelope sender address for SMTP MAIL FROM commandno
envelope_toCustom envelope recipient addresses for SMTP RCPT TO command (separated with comma)no

no outputs