70dd57e0cf
- Project moved to GitHub so update WWW - Switch to fetch from GitHub - Regenerate GH_TUPLE with modules2tuple MFH: 2019Q4
7 lines
256 B
Plaintext
7 lines
256 B
Plaintext
Simple Golang SMTP relay/proxy server that accepts mail via SMTP
|
|
and forwards it directly to another SMTP server. It supports TLS,
|
|
STARTTLS, plain SMTP, can do authentication and various sender
|
|
and receiver checks.
|
|
|
|
WWW: https://github.com/decke/smtprelay
|