kuaifan
2f8dee44c2
refactor(mail): 邮件发送弃用 guanguans/notify 改用 symfony/mailer
guanguans/notify 在本项目仅用于 SMTP 发信,但其 1.x 线已停更、email 渠道
自 3.x 起被上游移除(无升级路径)。改用项目已自带的 symfony/mailer(Laravel
13 传递依赖),零新增依赖,并一并移除孤儿依赖 overtrue/http、symfony/options-resolver。
- EmailNoticeTask / UserEmailVerification / SystemController 三处发信改为
new Mailer(Transport::fromDsn(...)) + new Email();API 1:1 等价
(from/to/subject/html 同名,verify_peer=0 仍受 symfony 8.x 支持,
notify 本就裸调 symfony 故异常透传不变、getCode()===550 仍成立)
- 移除 UserTransfer 未使用的 notify import
- 顺带修复既有 bug:超时判断字面量 "Timed Out" 与 symfony 实际消息
"timed out" 大小写不匹配,改 stripos 大小写不敏感
验证:phpstan 0 错误、composer audit 无公告;邮箱验证码、系统邮件测试两条
链路实测发信成功。
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 06:10:47 +00:00
..
2026-06-15 01:26:55 +00:00
2026-06-13 01:21:47 +00:00
2026-06-13 01:21:47 +00:00
2026-06-13 01:21:47 +00:00
2025-02-22 11:29:46 +08:00
2024-04-04 08:42:41 +08:00
2023-04-28 10:14:10 +08:00
2024-04-24 19:22:36 +08:00
2024-04-04 08:42:41 +08:00
2026-01-14 20:15:48 +08:00
2025-11-11 05:23:00 +00:00
2024-04-04 08:42:41 +08:00
2026-01-13 11:55:45 +00:00
2026-06-13 01:21:47 +00:00
2024-10-23 16:14:42 +08:00
2024-04-04 10:31:12 +08:00
2026-06-13 01:21:47 +00:00
2024-04-04 08:42:41 +08:00
2024-04-04 08:42:41 +08:00
2025-08-19 20:06:38 +08:00
2024-04-04 08:42:41 +08:00
2024-05-31 18:14:51 +08:00
2025-07-07 20:34:24 +08:00
2025-09-28 06:33:38 +08:00
2026-06-12 19:42:12 +00:00
2026-06-13 01:21:47 +00:00
2024-12-02 10:40:55 +08:00
2024-04-04 08:42:41 +08:00
2024-04-04 08:42:41 +08:00
2024-04-04 08:42:41 +08:00
2026-03-09 06:38:13 +00:00
2025-08-19 20:06:38 +08:00
2026-06-13 01:21:47 +00:00
2025-07-08 10:41:41 +08:00
2024-04-04 08:42:41 +08:00
2026-05-09 12:29:38 +00:00
2026-06-12 19:42:12 +00:00
2026-01-14 20:15:48 +08:00
2025-03-15 17:06:47 +08:00
2024-10-23 16:14:42 +08:00
2026-06-13 01:21:47 +00:00
2024-10-23 16:14:42 +08:00
2024-04-04 08:42:41 +08:00
2025-11-01 16:15:32 +00:00
2025-11-01 16:15:32 +00:00
2026-06-13 01:21:47 +00:00
2026-01-14 20:15:48 +08:00
2026-06-01 12:08:34 +00:00
2025-05-26 23:04:00 +08:00
2024-04-04 08:42:41 +08:00
2026-01-06 12:31:41 +00:00
2025-08-01 12:51:36 +08:00
2026-06-13 01:21:47 +00:00
2025-07-18 16:41:22 +08:00
2026-06-15 06:10:47 +00:00
2025-09-28 06:33:38 +08:00
2026-06-12 19:42:12 +00:00
2026-01-14 20:15:48 +08:00
2026-01-14 20:15:48 +08:00
2026-06-12 19:42:12 +00:00
2026-06-15 06:10:47 +00:00
2025-12-05 02:10:37 +00:00
2026-06-13 01:21:47 +00:00
2025-02-22 11:29:46 +08:00
2026-06-01 15:02:20 +00:00
2025-11-07 07:54:04 +00:00
2026-06-13 01:21:47 +00:00
2024-10-28 21:18:24 +08:00
2025-07-25 11:38:51 +08:00
2026-06-13 01:21:47 +00:00
2024-04-04 08:42:41 +08:00