send-email: provide port separately from hostname
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 4 Jul 2013 22:04:52 +0000 (22:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Jul 2013 04:40:37 +0000 (21:40 -0700)
If the SMTP port is provided as part of the hostname to Net::SMTP, it passes
the combined string to the SASL provider; this causes GSSAPI authentication to
fail since Kerberos does not want the port information. Instead, pass the port
as a separate argument as is done for SSL connections.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found