Spring发送邮件简单试用

spring中已经封装了邮件操作类,通过spring配置文件可以便捷地注入到controller、action等地方。

下面是配置:

mail配置

控制器中注入mailSender

mail form




你可能感兴趣的:(spring)