Add support for outbound SMTP delivery.
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 30 Apr 2020 02:17:03 +0000 (22:17 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 30 Apr 2020 02:17:03 +0000 (22:17 -0400)
commitde304bb075e779fdeaa5a61bcd098c22ad5744ba
tree303682becb5e336e37c8835aca15e0ae56bacb77
parentb55a7150d3fa939990782d5b3ee264c956769aa6
Add support for outbound SMTP delivery.

Messages can be sent through the SMTP server to other MTAs. In a reverse
of the catch-all inbound mail server, a message can be made to appear
From any address at the domain by BCCing <sameas+ANYTHING@DOMAIN> on the
message.
README.md
smtp.go
smtp/conn.go
smtp/conn_test.go
smtp/relay.go [new file with mode: 0644]
smtp/server.go