diff --git a/client_test.go b/client_test.go index 1ba0fc9..664f0fd 100644 --- a/client_test.go +++ b/client_test.go @@ -30,8 +30,6 @@ import ( const ( // DefaultHost is used as default hostname for the Client DefaultHost = "127.0.0.1" - // TestRcpt is a trash mail address to send test mails to - 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