change default

This commit is contained in:
Looly 2021-10-31 19:12:46 +08:00
parent 0ce21b9b41
commit da7a9796c4

View File

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