Update test recipient email in client tests

Changed the test email address from go-mail@mytrashmailer.com to couttifaddebro-1473@yopmail.com. This new address is expected to be used for sending test mails.
This commit is contained in:
Winni Neessen 2024-10-02 16:25:41 +02:00
parent 2bde374d2c
commit c8a8e9772a
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -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