Skip to content

Commit

Permalink
refactor: 移除不再使用的GBK字符集设置
Browse files Browse the repository at this point in the history
  • Loading branch information
shulng committed Aug 25, 2024
1 parent aeeb2f1 commit 4f91c67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/cc/baka9/catseedlogin/util/Mail.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public static void sendMail(String receiveMailAccount, String subject, String co
email.setMsg(content);
email.addTo(receiveMailAccount);
((HtmlEmail) email).setCharset("UTF-8");
((HtmlEmail) email).setCharset("GBK");
email.send();

}
Expand Down

0 comments on commit 4f91c67

Please sign in to comment.