2019-11-20 04:22:36 +07:00
|
|
|
name: Send email
|
2019-11-18 19:23:22 +07:00
|
|
|
description: Send mail to multiple recipients
|
|
|
|
author: dawidd6
|
|
|
|
branding:
|
|
|
|
icon: mail
|
|
|
|
color: blue
|
|
|
|
inputs:
|
|
|
|
server_address:
|
|
|
|
description: SMTP server address
|
|
|
|
required: true
|
|
|
|
server_port:
|
|
|
|
description: SMTP server port
|
|
|
|
required: true
|
|
|
|
username:
|
|
|
|
description: Authenticate as this user to SMTP server
|
|
|
|
required: true
|
|
|
|
password:
|
|
|
|
description: Authenticate with this password to SMTP server
|
|
|
|
required: true
|
|
|
|
subject:
|
|
|
|
description: Subject of mail message
|
|
|
|
required: true
|
|
|
|
body:
|
|
|
|
description: Body of mail message
|
|
|
|
required: true
|
|
|
|
to:
|
|
|
|
description: Recipients mail addresses (separated with comma)
|
|
|
|
required: true
|
|
|
|
from:
|
|
|
|
description: Full name of mail sender
|
|
|
|
required: true
|
2019-11-18 19:05:04 +07:00
|
|
|
runs:
|
2019-11-18 19:23:22 +07:00
|
|
|
using: docker
|
2019-11-20 04:22:36 +07:00
|
|
|
image: Dockerfile
|