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.
Other
1.63k stars 196 forks source link

add: send to a list of mailboxes #37

Open lzjwlt opened 5 years ago

lzjwlt commented 5 years ago

Send to a list of mailboxes config like this: "notifications":{ "mail":{ "smtpHost":"xxx.com", "port":25, "username":"xx@xxx.com", "password":"xxxxxxxx", "from":"xx@xx.com", "to":["a@xx.com", "b@bbb.com", "c@ccc.com"] } },

BobCashStory commented 5 years ago

it woul cause breaking change for all using mail, could you do a support for old and new method ?