From 058429fff8a10a87fe140d3b1d5655b6d7af0dbe Mon Sep 17 00:00:00 2001 From: Donovan Date: Thu, 3 Oct 2024 09:59:20 -0500 Subject: [PATCH] update to no-reply --- core/aws_ses.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/aws_ses.go b/core/aws_ses.go index f61100a..2029e2a 100644 --- a/core/aws_ses.go +++ b/core/aws_ses.go @@ -25,7 +25,7 @@ func ResetUserEmail(userEmail Email, customerId CustomerId) error { sesClient := ses.NewFromConfig(cfg) // Define sender and recipient - sender := "mail@nkode.tech" + sender := "no-reply@nkode.tech" // Define email subject and body subject := "nKode Reset"