Releases: ruby/net-smtp
Releases · ruby/net-smtp
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Fix the repository url in README.md by @mame in #2
- Use GitHub Actions instead of Travis CI by @hsbt in #5
- Add SNI support to net/smtp by @nevans in #4
- TLS should not check the host name by default. by @tmtm in #6
- Net::SMTP.start arguments are keyword arguments by @tmtm in #7
- add NEWS.md by @tmtm in #8
- Use STARTTLS by default if possible by @tmtm in #9
- Fix: enable_starttls before disable_tls causes an error. by @tmtm in #10
- Fix: error on STARTTLS enabled server by @tmtm in #11
- INCOMPATIBLE CHANGE: Verify the server's certificate by default. by @tmtm in #12
- set system default certificate. by @tmtm in #13
- add tls_hostname parameter. by @tmtm in #14
- update NEWS.md by @tmtm in #15
- Version 0.2.0 by @tmtm in #16
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/ruby/net-smtp/commits/v0.1.0