You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
send test message to email
thread 'main' panicked at 'called Result::unwrap() on an Err value: InvalidUser', server/src/notifier/email.rs:53:40
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Aborted (core dumped)
Checklist
💻 系统环境
Ubuntu
🐛 问题描述
to = "[email protected] [email protected]"
./stat_server -c config.toml --notify-test
然后直接core dump了
send test message to email
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: InvalidUser', server/src/notifier/email.rs:53:40stack backtrace:
0: 0x7fe003cbe630 -
1: 0x7fe003a7388e -
2: 0x7fe003c9c514 -
3: 0x7fe003cbfb8f -
4: 0x7fe003cbf78f -
5: 0x7fe003cc07f9 -
6: 0x7fe003cc02d4 -
7: 0x7fe003cc0236 -
8: 0x7fe003cc0221 -
9: 0x7fe003945b72 -
10: 0x7fe003945ef2 -
11: 0x7fe00398746a -
12: 0x7fe0039e9185 -
13: 0x7fe0039f363f -
14: 0x7fe003a19974 -
15: 0x7fe003a0cbb6 -
16: 0x7fe0039769a6 -
17: 0x7fe0039774c1 -
18: 0x7fe003a1e1f8 -
Aborted (core dumped)
🚦 期望结果
能支持给多个邮件地址告警
📷 复现步骤
No response
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: