mirror of
https://github.com/wneessen/go-mail.git
synced 2024-12-18 17:00:38 +01:00
Merge pull request #316 from wneessen/trashmail-update
Update test recipient email in client tests
This commit is contained in:
commit
d19c2fd87d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const (
|
||||||
// DefaultHost is used as default hostname for the Client
|
// DefaultHost is used as default hostname for the Client
|
||||||
DefaultHost = "localhost"
|
DefaultHost = "localhost"
|
||||||
// TestRcpt is a trash mail address to send test mails to
|
// 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 is the protocol used for the simple SMTP test server
|
||||||
TestServerProto = "tcp"
|
TestServerProto = "tcp"
|
||||||
// TestServerAddr is the address the simple SMTP test server listens on
|
// TestServerAddr is the address the simple SMTP test server listens on
|
||||||
|
|
Loading…
Reference in a new issue