File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ The Simple Java Mail library is a thin layer on top of the [JavaMail smtp mailin
88
99### [ simplejavamail.org] ( http://www.simplejavamail.org ) ###
1010
11- (starting from v5.0.0)
12-
1311``` java
1412EmailBuilder . startingBlank()
1513EmailBuilder . replyingTo(email)
@@ -66,12 +64,19 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc
6664<dependency >
6765 <groupId >org.simplejavamail</groupId >
6866 <artifactId >simple-java-mail</artifactId >
69- <version >5.0.0 </version >
67+ <version >5.0.1 </version >
7068</dependency >
7169```
7270
7371### Latest Progress ###
7472
73+ v5.0.1 (10-March-2018)
74+
75+ - [ #130 ] ( https://github.com/bbottema/simple-java-mail/issues/130 ) java.lang.ClassNotFoundException: net.markenwerk.utils.mail.dkim.DkimMessage
76+
77+ Solves the issue of missing optional class DKIM even when not used
78+
79+
7580v5.0.0 (14-Februari-2018)
7681
7782Also see the [ migration notes] ( http://www.simplejavamail.org/#/migrate500 )
Original file line number Diff line number Diff line change @@ -3,9 +3,16 @@ http://www.simplejavamail.org
33<dependency>
44 <groupId>org.simplejavamail</groupId>
55 <artifactId>simple-java-mail</artifactId>
6- <version>5.0.0 </version>
6+ <version>5.0.1 </version>
77</dependency>
88
9+ v5.0.1 (10-March-2018)
10+
11+ - #130 java.lang.ClassNotFoundException: net.markenwerk.utils.mail.dkim.DkimMessage
12+
13+ Solves the issue of missing optional class DKIM even when not used
14+
15+
916v5.0.0 (14-Februari-2018)
1017
1118Also see the migrating notes (http://www.simplejavamail.org/#/migrate500)
Original file line number Diff line number Diff line change 77 <artifactId >simple-java-mail</artifactId >
88 <packaging >jar</packaging >
99 <name >Simple Java Mail</name >
10- <version >5.0.1-SNAPSHOT </version >
10+ <version >5.0.1</version >
1111 <description >Simple API, Complex Emails. A light weight wrapper for the JavaMail SMTP API</description >
1212 <url >http://http://www.simplejavamail.org/</url >
1313
You can’t perform that action at this time.
0 commit comments