Windows has no sendmail, so let's exclude those tests for Windows

This commit is contained in:
Winni Neessen 2022-03-18 23:13:22 +01:00
parent 7b5b4fa52b
commit 24b99cf0af
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -1,4 +1,5 @@
//go:build !windows
// +build !windows
package mail