We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: [email protected] from: [email protected] sub: "Sample Jsnapy Results, please verify" recipient_name: ABC passwd: pass123 #server: smtp.gmail.com optional sender_name: "Juniper Networks"
Not only [email protected] but more email addresses. Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: [email protected]
from: [email protected]
sub: "Sample Jsnapy Results, please verify"
recipient_name: ABC
passwd: pass123
#server: smtp.gmail.com optional
sender_name: "Juniper Networks"
Not only [email protected] but more email addresses. Thank you!
The text was updated successfully, but these errors were encountered: