Commit 10bba9f4 authored by Carit Zhu's avatar Carit Zhu 🎱

更新发件邮箱的秘钥(原秘钥到期)

parent aeb4355b
Pipeline #1592 passed with stage
in 0 seconds
......@@ -21,7 +21,7 @@ public class MailUtil {
//发件人账户名
public static String senderAccount = "postmaster@witium.com";
//发件人账户密码
public static String senderPassword = "dJZU4LXZtpRc1Ybz";
public static String senderPassword = "L5UvH1W5cryMtJcX";
public static void sendMail(List<String> toAddressStr, String subject, String text) throws Exception{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment