sanathp / statusok

Monitor your Website and APIs from your Computer. Get Notified through Slack, E-mail when your server is down or response time is more than expected.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow entering multiple recipients for one form of notifications

johannesE opened this issue · comments

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 ;-)