From c8a8e9772a1ebadf24ddacb306d5c5310d58f9c2 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Wed, 2 Oct 2024 16:25:41 +0200 Subject: [PATCH] Update test recipient email in client tests Changed the test email address from go-mail@mytrashmailer.com to couttifaddebro-1473@yopmail.com. This new address is expected to be used for sending test mails. --- client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_test.go b/client_test.go index 53174f2..b8d77ed 100644 --- a/client_test.go +++ b/client_test.go @@ -27,7 +27,7 @@ const ( // DefaultHost is used as default hostname for the Client DefaultHost = "localhost" // TestRcpt is a trash mail address to send test mails to - TestRcpt = "go-mail@mytrashmailer.com" + TestRcpt = "couttifaddebro-1473@yopmail.com" // TestServerProto is the protocol used for the simple SMTP test server TestServerProto = "tcp" // TestServerAddr is the address the simple SMTP test server listens on