v0.6.0: SMTPS support
Pre-release
Pre-release
-
Add SMTPS(SMTP over SSL/TLS) support.
Now, you can specify how TLS is used(SMTPS or STARTTLS) byEMail::Client::TLSMode
. -
(breaking change) Replace the argument of
EMail::Client::Config#use_tls
from port number toEMail::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 requireshelo_domain
argument when it created.