Juniper / jsnapy

Python version of Junos Snapshot Administrator
Apache License 2.0
115 stars 58 forks source link

Sending email notification to multiple email addresses #403

Open stefanxzibit opened 2 years ago

stefanxzibit commented 2 years ago

Description of Issue/Question

Hi all,

Just wanted to ask if it is possible to include more than 1 email address in the email yml file/ send_mail.yml? That would be the to: field.

Setup

to: abc@juniper.net from: foo@gmail.com sub: "Sample Jsnapy Results, please verify" recipient_name: ABC passwd: pass123

server: smtp.gmail.com optional

sender_name: "Juniper Networks"

Not only abc@juniper.net but more email addresses. Thank you!