摘要: # 邮箱发送邮件 **前置条件:在springboot中使用邮箱发送邮件** ## 添加依赖 ```java org.springframework.boot spring-boot-starter-mail ``` ## 设置配置文件(application.yml) ``` spring: ma 阅读全文
posted @ 2023-05-26 10:55 itchen-2002 阅读(18) 评论(0) 推荐(0) 编辑