Skip to content

Commit

Permalink
Update test recipient email in client tests
Browse files Browse the repository at this point in the history
Changed the test email address from [email protected] to [email protected]. This new address is expected to be used for sending test mails.
  • Loading branch information
wneessen committed Oct 2, 2024
1 parent 2bde374 commit c8a8e97
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 c8a8e97

Please sign in to comment.