|
|
@@ -14,8 +14,11 @@ import javax.mail.internet.MimeMultipart;
|
|
|
|
|
|
|
|
|
/**
|
|
|
-*JavaMail发送邮件:前提是QQ邮箱里帐号设置要开启POP3/SMTP协议
|
|
|
-*/
|
|
|
+ * JavaMail发送邮件:前提是QQ邮箱里帐号设置要开启POP3/SMTP协议
|
|
|
+ * 为了避免发布项目时,依赖的jar包总是要拷贝到Tomcat的lib目录下这种情况:
|
|
|
+ * File --> Project Structure --> Artifacts --> war/war exploded
|
|
|
+ * --> Output Layout下左侧Add并选中要导入的jar,然后右侧邮件 --> pack into --> apply
|
|
|
+ */
|
|
|
public class EmailTool {
|
|
|
|
|
|
public static final int SUCCESS = 0;
|