smtp-connection
Advanced tools
Changelog
v1.3.6 2015-12-19
Changelog
v1.3.2 2015-12-16
Changelog
v1.3.1 2015-06-30
Changelog
v1.2.0 2015-03-09
secure
that indicates if the current connection is using a secure TLS socket or not
requireTLS
where the connection was established insecurely if STARTTLS failed, now it returns an error as it should if STARTTLS failsChangelog
v1.1.0 2014-11-11
requireTLS
to ensure that the connection is upgraded before any credentials are passed to the server
socket
to use an existing socket instead of creating new one (bantu)