Skip to content

Commit

Permalink
report card
Browse files Browse the repository at this point in the history
  • Loading branch information
wiggin77 committed May 17, 2020
1 parent 73a784f commit 066613c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
log "github.com/flashmob/go-guerrilla/log"
)

// Logger is the global logger
var Logger log.Logger

type mailRelayConfig struct {
Expand Down

0 comments on commit 066613c

Please sign in to comment.