From 30403e73eefd5549fe649ca30c39955300cfc4fe Mon Sep 17 00:00:00 2001 From: Doug Lauder Date: Mon, 26 May 2025 11:10:59 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42afc2d..c057523 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mailrelay -![Build Status](https://github.com/wiggin77/mailrelay/actions/workflows/go.yml/badge.svg) +![Build Status](https://github.com/wiggin77/mailrelay/actions/workflows/ci.yml/badge.svg) ![Report Card](https://goreportcard.com/badge/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.