report card

This commit is contained in:
wiggin77 2020-05-17 00:27:05 -04:00
parent 73a784ff65
commit 066613c962
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# mailrelay
[![Build Status](https://travis-ci.org/wiggin77/mailrelay.svg?branch=master)](https://travis-ci.org/wiggin77/mailrelay)
[![Report Card](https://goreportcard.com/badge/github.com/wiggin77/mailrelay)](https://goreportcard.com/report/github.com/wiggin77/mailrelay)
`mailrelay` is a simple mail relay that can take unauthenticated SMTP emails (e.g. over port 25) and relay them to authenticated, TLS-enabled SMTP servers. Plus it's easy to configure.

View File

@ -12,6 +12,7 @@ import (
log "github.com/flashmob/go-guerrilla/log"
)
// Logger is the global logger
var Logger log.Logger
type mailRelayConfig struct {