File tree Expand file tree Collapse file tree 5 files changed +1640
-28
lines changed
Expand file tree Collapse file tree 5 files changed +1640
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818* https://www.cnblogs.com/zhchoutai/p/7389089.html
1919*
2020* https://www.cnblogs.com/shawnblogs/p/5279733.html
21+ *
22+ * https://www.cnblogs.com/xdp-gacl/p/3951952.html
23+ *
24+ * https://baike.baidu.com/item/JNDI/3792442
2125* </p>
2226* @Author: - Jason
2327* @CreatTime:2018年5月17日 上午9:02:59
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ public static void main(String[] args) {
3939 mailInfo .setSubject ("Test for Jason" );
4040 mailInfo .setContent ("You are what you want to be." );
4141 // 这个类主要来发送邮件
42+
4243 SimpleMailSender sms = new SimpleMailSender ();
4344 //sms.sendTextMail(mailInfo);// 发送 text格式
4445 //sms.sendHtmlMail(mailInfo); // 发送html格式
You can’t perform that action at this time.
0 commit comments