Skip to content
New issue

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

Allow entering multiple recipients for one form of notifications #28

Open
johannesE opened this issue Apr 9, 2018 · 0 comments
Open

Comments

@johannesE
Copy link

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.

Also, while I'm bothering you with feature requests: a bcc would not hurt ;-)

@johannesE johannesE changed the title Allow entering to multiple recipients Allow entering multiple recipients for one form of notifications Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants