Looly 6 年 前
コミット
2b1be82b9e

+ 1 - 1
hutool-extra/src/test/java/cn/hutool/extra/mail/MailTest.java

@@ -40,7 +40,7 @@ public class MailTest {
 	}
 	
 	@Test
-//	@Ignore
+	@Ignore
 	public void sendHtmlTest() {
 		MailUtil.send("hutool@foxmail.com", "测试", "<h1>邮件来自Hutool测试</h1>", true);
 	}