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
Hi there, I would like to either configure multiple addresses like this:
"notifications":{ "mail":{ "smtpHost":"smtp.gmail.com", "port":587, "username":"yourmailid@gmail.com", "password":"your gmail password", "from":"yourmailid@gmail.com", "to":"destemailid@gmail.com" }, "mail":{ "smtpHost":"smtp.gmail.com", "port":587, "username":"yourmailid@gmail.com", "password":"your gmail password", "from":"yourmailid@gmail.com", "to":"destemailid@gmail.com" } },
Or be able to use an array in the to field.
to
Also, while I'm bothering you with feature requests: a bcc would not hurt ;-)
bcc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there, I would like to either configure multiple addresses like this:
Or be able to use an array in the
to
field.Also, while I'm bothering you with feature requests: a
bcc
would not hurt ;-)The text was updated successfully, but these errors were encountered: