Skip to content

Commit

Permalink
Merge pull request #316 from wneessen/trashmail-update
Browse files Browse the repository at this point in the history
Update test recipient email in client tests
  • Loading branch information
wneessen authored Oct 2, 2024
2 parents 2bde374 + c8a8e97 commit d19c2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d19c2fd

Please sign in to comment.