Stop using smtp.SendMail to relay messages.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 24 May 2020 04:51:30 +0000 (00:51 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 24 May 2020 04:51:30 +0000 (00:51 -0400)
commit2defb3ffa9d1231d5cb9d3b59c8df1870d5385d3
tree1a85d74b378e9de53787d7743313a9b82a812abd
parentd72ced943e0fe2f942a9810ba73a233f03841b82
Stop using smtp.SendMail to relay messages.

Instead, dial the SMTP server and manage the protocol manually.
smtp.go
smtp/relay.go
smtp/relay_test.go [new file with mode: 0644]