New in version 2014.7.0.
This state is useful for firing messages during state runs, using the SMTP protocol
server-warning-message:
smtp.send_msg:
- name: 'This is a server warning message'
- profile: my-smtp-account
- recipient: admins@example.com
salt.states.smtp.
send_msg
(name, recipient, subject, sender=None, profile=None, use_ssl='True', attachments=None)¶Send a message via SMTP
server-warning-message:
smtp.send_msg:
- name: 'This is a server warning message'
- profile: my-smtp-account
- subject: 'Message from Salt'
- recipient: admin@example.com
- sender: admin@example.com
- use_ssl: True
- attachments:
- /var/log/syslog
- /var/log/messages
The message to send via SMTP
Generated on September 28, 2023 at 04:04:53 UTC.
You are viewing docs for the previous stable release, 3005.3. Switch to docs for the latest stable release, 3006.3, or to a recent doc build from the master branch.
© 2023 VMware, Inc. | Privacy Policy