|
1 | 1 | [](LICENSE-2.0.txt) |
2 | 2 | [](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.simplejavamail%22%20AND%20a%3A%22simple-java-mail%22) |
3 | | -[](https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail) |
| 3 | +[](https://www.javadoc.io/doc/org.simplejavamail/simple-java-mail) |
4 | 4 | [](https://travis-ci.org/bbottema/simple-java-mail) |
5 | 5 | [](https://www.codacy.com/app/b-bottema/simple-java-mail) |
6 | 6 | [](https://paypal.me/bennybottema) |
@@ -69,17 +69,18 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc |
69 | 69 | <dependency> |
70 | 70 | <groupId>org.simplejavamail</groupId> |
71 | 71 | <artifactId>simple-java-mail</artifactId> |
72 | | - <version>5.5.0</version> |
| 72 | + <version>5.5.1</version> |
73 | 73 | </dependency> |
74 | 74 | ``` |
75 | 75 |
|
76 | 76 | ### Latest Progress ### |
77 | 77 |
|
78 | | -[v5.5.0](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.5.0%7Cjar) (15-October-2019) |
| 78 | +v5.5.0 - [v5.5.1](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.5.1%7Cjar) |
79 | 79 |
|
80 | | -- [#229](https://github.com/bbottema/simple-java-mail/issues/229) Bugfix: Timeouts not working for synchronous sendMail calls. |
| 80 | +- v5.5.1 (20-October-2019): [#230](https://github.com/bbottema/simple-java-mail/issues/230) Bugfix: Missing address value in address headers (ie. Return-Path) not handled properly, resulting in Exception |
| 81 | +- v5.5.0 (15-October-2019): [#229](https://github.com/bbottema/simple-java-mail/issues/229) Bugfix: Timeouts not working for synchronous sendMail calls. |
81 | 82 |
|
82 | | -If you had connection properties configured for non-async send jobs, only now they will actually start to take effect. |
| 83 | + If you had connection properties configured for non-async send jobs, only now they will actually start to take effect. |
83 | 84 |
|
84 | 85 |
|
85 | 86 | [v5.4.0](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.4.0%7Cjar) (28-August-2019) |
|
0 commit comments