I'm configuring Sensu via Salt. Below is my sensu.sls
file.
As you can see below, it sends emails to alert@mydomain.com
. However I want it to send these emails to another email address too. Am I allowed to put 2 email addresses on that line? How do I separate them? Can you please show me a sample?
mailer-ses:
mail_to: 'alert@mydomain.com'
mail_from: 'alert@mydomain.com'
aws_access_key: 'BLAHBLAHBLAH'
aws_secret_key: 'BLAHBLAHBLAH2'
aws_ses_endpoint: 'email-smtp.us-east-1.amazonaws.com'