This commit is contained in:
Looly 2019-09-28 03:35:30 +08:00
parent ea229578be
commit 2b1be82b9e

View File

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