Springboot發送郵件

Springboot對發送郵件做了很好的封裝,使用起來也非常簡單。 首先引入maven依賴: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> 再在appication.properties中
相關文章
相關標籤/搜索