I need email facility in the SpringBoot application that I am writing, however the following dependency when specified in pom.xml downloads an empty jar with no java code:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
What is the wayout?