Skip to content

Instantly share code, notes, and snippets.

@drucoder
Created May 9, 2018 13:18
Show Gist options
  • Save drucoder/c0ef2be07fa0fffd9f83f4adc5a1904f to your computer and use it in GitHub Desktop.
Save drucoder/c0ef2be07fa0fffd9f83f4adc5a1904f to your computer and use it in GitHub Desktop.
Spring Boot. Быстрый старт: Mail, подтверждение ящика
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment