Commit a6116001 authored by Quxl's avatar Quxl

x

parent 7511204c
......@@ -99,6 +99,11 @@
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.6.1</version>
</dependency>
</dependencies>
<build>
......
......@@ -130,4 +130,8 @@ public class MailUtil {
throw new PluginException(e);
}
}
public static void main(String[] args) {
MailUtil.sendBySmtps("smtp.siff.com", 465, "filmpassword@siff.com", "siffstvf2018", "filmpassword@siff.com", "测试", "测试", null, "747539993@qq.com");
}
}
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