Skip to content

Commit e3262ca

Browse files
committed
Fixing release notes [skip ci]
1 parent 83a7858 commit e3262ca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ Simple Java Mail is also available in [Maven Central](https://search.maven.org/#
2424

2525
### Latest Progress ###
2626

27-
[v7.7.0](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C7.7.0%7Cjar) (16-January-2023)
27+
[v7.7.0](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C7.7.0%7Cjar) (17-January-2023)
2828

29+
- [#430](https://github.com/bbottema/simple-java-mail/issues/430) Enhancement: auto-reconnect (if needed) when reclaiming a Transport connection from the SMTP connection pool (to avoid needless errors)
2930
- [#383](https://github.com/bbottema/simple-java-mail/issues/383) Feature: be able to set defaults and overrides on the Mailer level, rather than email or global level
3031

3132
This moves the conversion of Email to MimeMessage to after a Transport instance has been selected (in case of a cluster of SMTP servers),

RELEASE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ https://www.simplejavamail.org
66
<version>7.7.0</version>
77
</dependency>
88

9-
v7.7.0 (16-January-2022)
9+
v7.7.0 (17-January-2022)
1010

11+
- #430: Enhancement: auto-reconnect (if needed) when reclaiming a Transport connection from the SMTP connection pool (to avoid needless errors)
1112
- #383: Feature: be able to set defaults and overrides on the Mailer level, rather than email or global level
1213

1314
This moves the conversion of Email to MimeMessage to after a Transport instance has been selected (in case of a cluster of SMTP servers),

0 commit comments

Comments
 (0)