File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33#
44# Command line SMTP client with SSL, STARTTLS, SMTP-AUTH and IPv6 support.
5- # Michal Ludvig, 2003-2018
5+ # Michal Ludvig, 2003-2019
66# See http://smtp-cli.logix.cz for details
77# and https://github.com/mludvig/smtp-cli for code.
88# Thanks to all contributors for ideas and fixes!
99#
1010
11- my $version = " 3.9 " ;
11+ my $version = " 3.10 " ;
1212
1313#
1414# ChangeLog:
15+ # * Version 3.10 (2019-10-16)
16+ # - Use DNS for MX resolution when no --server is given
17+ #
1518# * Version 3.9 (2018-04-06)
1619# - Don't attempt to use IO::Socket::INET6 with --ipv4.
1720#
@@ -960,7 +963,7 @@ attach files.
960963
961964Version: smtp-cli v$version
962965
963- Author: Michal Ludvig <mludvig\@ logix.net.nz> (c) 2003-2017
966+ Author: Michal Ludvig <mludvig\@ logix.net.nz> (c) 2003-2019
964967 http://smtp-cli.logix.cz
965968
966969Usage: smtp-cli [--options]
You can’t perform that action at this time.
0 commit comments