Fix TLS connection in relayMessageToHost. v2.0.0-beta.2
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 6 Jun 2020 19:15:51 +0000 (15:15 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 6 Jun 2020 19:15:51 +0000 (15:15 -0400)
commite1092d6ceeb528b18d831992aa30fbedcb67bd6d
treed967cbb4628976016c2786aafaefa2fd870d1758
parent4d284312a368c7ec1e82f2fa418b33d3a7e21a3b
Fix TLS connection in relayMessageToHost.

The host had the port joined, which caused the cert verification to fail.
smtp/relay.go
smtp/relay_test.go