Send an email.
This action is only available if MinMon is built with the smtp
feature.
name | example | optional | default | placeholders |
---|---|---|---|---|
from | "[email protected]" |
❌ | ❌ | |
to | "[email protected]" |
❌ | ❌ | |
reply_to | "[email protected]" |
✔ | ❌ | |
subject | "Alarm from check '{{check_name}}'!" |
❌ | ✔ | |
body | "Check '{{check_name}}' is not happy!" |
❌ | ✔ | |
smtp_server | "smtp.example.com" |
❌ | ❌ | |
smtp_port | 587 |
✔ | auto | ❌ |
smtp_security | "TLS" , "STARTTLS" , "Plain" |
✔ | "TLS" |
❌ |
username | "johndoe" |
❌ | ❌ | |
password | "topsecret" |
❌ | ❌ |
Email address of the sender.
Email adddress of the recipient.
Email address the recipient should reply to.
Subject of the email.
Body of the email.
Hostname of the SMTP server.
Port of the SMTP server.
SMTP security mode to use for the connection.
Username of the sender's account on the SMTP server.
Password of the sender's account on the SMTP server.