Sends an emails
Property | Description | Required |
---|---|---|
smtp_host |
Hostname or IP address of the SMTP server | Yes |
smtp_port |
Port to connect to | No |
smtp_auth |
SMTP server authentication | No |
from |
The email address of the sender | Yes |
to |
Recipients email addresses | Yes |
Hostname or IP address of the SMTP server
smtp_host: smtp.example.com
Port to connect to. Default value is 25
smtp_port: 2525
SMTP server authentication
smtp_auth:
user: user
pass: password
The email address of the sender
from: '"Ckron Scheduler" <ckron@example.com>'
Recipients email addresses
to: dev@example.com
Sends slack notifications to selected webhook
Property | Description | Required |
---|---|---|
webhook_url |
Slack Webhook to post messages to | Yes |
Webhook URL to send messages to. You can read more about how to set up a webhook here
webhook_url: https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX