摘要: Spring邮件抽象层的主要包为org.springframework.mail。它包括了发送电子邮件的主要接口MailSender,和值对象SimpleMailMessage,它封装了简单邮件的属性如from, to,cc, subject,text。 包里还包含一棵以MailException为 阅读全文
posted @ 2017-11-03 16:37 air_balloon 阅读(385) 评论(0) 推荐(0)
摘要: 以下是自己收集的实用Linux下简单配置外部邮箱发送邮件的方法: 1、配置/etc/mail.rc,使用mail命令 # vim /etc/mail.rc ###调用外部邮箱 set from=test@qqextend.com set smtp=smtp.exmail.qq.com set smt 阅读全文
posted @ 2017-11-03 11:45 air_balloon 阅读(181) 评论(0) 推荐(0)