This repository has been archived by the owner on Nov 27, 2021. It is now read-only.
Releases: hell-sh/jSMTP
Releases · hell-sh/jSMTP
1.1.0
- Added SMTPAddress.verify().
- Removed SMTPClient.hello(hostname, ignoreEncryption). Instead, encryption is now only ignored for localhost connections.
- To accommodate the previous change, SMTPClient.isLocal() has been added.
- SMTPClient.fromAddress now throws an exception when it couldn't connect to a server, instead of returning null.
- Made wording more consistent.