Skip to content

Commit 00925b8

Browse files
committed
Version 3.10
1 parent 6348408 commit 00925b8

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

smtp-cli

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
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
961964
Version: 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
966969
Usage: smtp-cli [--options]

0 commit comments

Comments
 (0)