Some time has passed since this question was asked, but it is still worth answering:
, , SMTP ( , ) . , ( , Java EE, Spring - ), javamail API. API, , javax.mail.Session, , .
, , , ClassNotFoundException javax.mail.NoSuchProviderException .
smtp.jar .
Maven
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>smtp</artifactId>
<version>1.4.5</version>
</dependency>