added example code for Java mail (#4101)

This commit is contained in:
Seun Matt
2018-04-25 15:52:05 +01:00
committed by maibin
parent 13c7bae874
commit 4ff02d4213
2 changed files with 85 additions and 0 deletions
+5
View File
@@ -235,6 +235,11 @@
<artifactId>h2</artifactId>
<version>1.4.197</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.5.0-b01</version>
</dependency>
</dependencies>
<build>