[Enhancement]新增SMTP邮箱通知功能
Author: AISYLE5Created Aug 15, 2026Updated Sep 8, 2026
Labelsenhancement
在任务完成/出错时进行邮箱通知,将SMTP功能作为可选项; https://github.com/ok-oldking/ok-wuthering-waves/discussions/534 https://github.com/ok-oldking/ok-wuthering-waves/discussions/736 https://github.com/ok-oldking/ok-wuthering-waves/discussions/1074 在实现上也并不困难,截图等可直接调用 我在 ok-wuthering-waves\ok_tasks\中新增 smtp_notify.py 并在 ok-wuthering-waves\configs\中新增 SMTPNotifyTask.json 无需对现有的代码进行删改即可实现
Source: ok-oldking/ok-wuthering-waves