Spring的org.springframework.mail包中存放了实现JavaMail发送邮件类
首先我们来写个Spring 发送邮件的demo吧
-
创建maven webapp项目,在pom.xml中添加。
-
创建MailSenderDemo并实现send方法
-
创建applicationContext.xml(全局配置文件)
-
创建spring-mail.xml配置文件
-
创建mail常量配置文件mail.properties
-
大功告成,编写测试类
看看你的邮件发送成功了没有!
-
文章来自:http://www.toutiao.com/i6343815556780524033/