diff --git a/OFBButte.Infrastructure/Email/EmailSender.cs b/OFBButte.Infrastructure/Email/EmailSender.cs index b3b3e22..eacfe51 100644 --- a/OFBButte.Infrastructure/Email/EmailSender.cs +++ b/OFBButte.Infrastructure/Email/EmailSender.cs @@ -31,7 +31,7 @@ namespace OFBButte.Infrastructure.Email mm.Body = bodyBuilder.ToMessageBody(); client.Connect("smtp.ionos.com", 587, false); - client.Authenticate("app@ofbbutte.com", "(app&email*sender)Q1"); + client.Authenticate("mail@ofbbutte.com", "2014OfbPwd"); await client.SendAsync(mm); client.Disconnect(true); }