Example Code for BAEL-1425 (#4394)

* added example code for Java mail

* added examp code for BAEL-1425

* updated example code for BAEL-1425
This commit is contained in:
Seun Matt
2018-06-03 06:13:07 +01:00
committed by maibin
parent a14d9cc6cc
commit 3f9cf77272
3 changed files with 108 additions and 0 deletions
+5
View File
@@ -198,6 +198,11 @@
<artifactId>mail</artifactId>
<version>${javax.mail.version}</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.5.0-b01</version>
</dependency>
</dependencies>
<build>