mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-14 18:02:55 +01:00
Remove unused TestRcpt constant from client_test.go
The TestRcpt constant was defined but never used within the test file, leading to unnecessary clutter. Removing it enhances code readability and maintainability.
This commit is contained in:
parent
5c8d07407f
commit
8e11fabbaf
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue