Skip to content

Commit 1c8b207

Browse files
committed
Clarified 8.6.0 Angus changes impact notes [skip ci]
1 parent 006023c commit 1c8b207

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ v8.6.0 - [v8.6.3](https://repo1.maven.org/maven2/org/simplejavamail/simple-java-
5252
- v8.6.1 (18-January-2024): [#489](https://github.com/bbottema/simple-java-mail/issues/489): Finished update to Angus Mail by updating activation dependency
5353
- v8.6.0 (17-January-2024): [#489](https://github.com/bbottema/simple-java-mail/issues/489): Update to Angus Mail
5454

55+
NOTE: this release switches to Angus Mail which should be a transparent change, but if you encounter any issues, please report them.
56+
One known issue is that Angus, since 1.1.0, performs server identity checks by default, which was previously disabled for SMTP. If you encounter issues with this, you can disable it with `mailerBuilder.verifyingServerIdentity(false)` and starting from 8.8.2, this also works with SMTP transport strategy (see [#495](https://github.com/bbottema/simple-java-mail/issues/495)).
57+
5558

5659
v8.5.0 - [v8.5.1](https://repo1.maven.org/maven2/org/simplejavamail/simple-java-mail/8.5.1/)
5760

RELEASE.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ v8.6.0 - v8.6.3
3333
- v8.6.1 (18-January-2024): #489: Finished update to Angus Mail by updating activation dependency
3434
- v8.6.0 (17-January-2024): #489: Update to Angus Mail
3535

36+
NOTE: this release switches to Angus Mail which should be a transparent change, but if you encounter any issues, please report them.
37+
One known issue is that Angus, since 1.1.0, performs server identity checks by default, which was previously disabled for SMTP. If you encounter issues with this, you can disable it with `mailerBuilder.verifyingServerIdentity(false)` and starting from 8.8.2, this also works with SMTP transport strategy (see #495).
38+
3639

3740
v8.5.0 - v8.5.1
3841

0 commit comments

Comments
 (0)