From 097bc947bd1a2f677e8aa7fad8243cdb520fcdad Mon Sep 17 00:00:00 2001 From: taynpg Date: Tue, 23 Jul 2024 14:18:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0tj=E6=89=80=E4=B8=AD=E9=82=AE?= =?UTF-8?q?=E7=AE=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 7c28672..d814555 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,7 @@ const SUBJECT_CONTENT: &str = "转tangjie收"; const SUBJECT_CONTENT_ZIP: &str = "转tangjie收.zip"; // 邮件发送者和接收者 const SENDER_EMAIL: &str = "taynpg@163.com"; -const RECIPIENT_EMAIL: &str = "sinxmiao@163.com"; +const RECIPIENT_EMAIL: &str = "wx614d@vip.163.com"; const SMTP_SERVER: &str = "smtp.163.com"; const SMTP_USERNAME: &str = "taynpg";