Guest User

Untitled

a guest
Jul 11th, 2018
587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. spring.mail.host=smtp.gmail.com
  2. spring.mail.port=465
  3. spring.mail.protocol=smtp
  4. spring.mail.username=xxx@gmail.com
  5. spring.mail.password=xxx
  6. spring.mail.from=xxx@gmail.com
  7.  
  8. <version>2.0.3.RELEASE</version>
  9. <dependency>
  10. <groupId>org.springframework.boot</groupId>
  11. <artifactId>spring-boot-starter-mail</artifactId>
  12. </dependency>
Add Comment
Please, Sign In to add comment