Skip to content

v0.6.0: SMTPS support

Pre-release
Pre-release
Compare
Choose a tag to compare
@arcage arcage released this 18 Apr 05:49
· 27 commits to master since this release
4bb2d60
  • Add SMTPS(SMTP over SSL/TLS) support.
    Now, you can specify how TLS is used(SMTPS or STARTTLS) by EMail::Client::TLSMode.

  • (breaking change) Replace the argument of EMail::Client::Config#use_tls from port number to EMail::Client::TLSmode.
    If you want to change port number, you should specify it in constructor or using #port= method.

  • (deprecated) For security reasons, the default(IP based) helo domain will be removed at the next update.
    After that, EMail::Client::Config object requires helo_domain argument when it created.