You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE.txt
+7-1
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,15 @@ http://www.simplejavamail.org
3
3
<dependency>
4
4
<groupId>org.simplejavamail</groupId>
5
5
<artifactId>simple-java-mail</artifactId>
6
-
<version>4.2.1</version> or: 4.2.1-java6-release
6
+
<version>4.2.2</version>
7
7
</dependency>
8
8
9
+
v4.2.2 (10-May-2017)
10
+
11
+
- #73: Patch: fix for sending emails in async mode, which makes sure the connection pool is always closed when the last *known* email has been sent. Without
12
+
this fix, the connection pool keeps any parent process running (main thread or Tomcat for example) until a hard kill.
13
+
14
+
9
15
v4.2.1 (12-Feb-2017)
10
16
11
17
Patch: streamlined convenience methods for adding recipients.
0 commit comments