Open lzjwlt opened 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"] } },
it woul cause breaking change for all using mail, could you do a support for old and new method ?
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"] } },