devellany/Send mailer

Dynamically send an email with attachments.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
hostEnter SMTP host.yes
portEnter SMTP port. (defaults to 465)no465
accountEnter SMTP host account.yes
passwordEnter SMTP host account password.yes
senderEnter sender name.yes
fromEnter sender mail.yes
toEnter recipient emails and separated with 'comma'. (The prefix 'file://' if you want to read a file)yes
subjectEnter the subject of the mail. (The prefix 'file://' if you want to read a file)yes
bodyEnter the body of the mail. (The prefix 'file://' if you want to read a file)yes
contentTypeEnter Content-Type HTTP header. (defaults to 'text/plain')notext/plain
attachmentsAttachment files are entered as an array. Required key 'path'. (The prefix 'file://' if you want to read a file)no

no outputs