···8182 return email.Email{
83 APIKey: s.Config.Resend.ApiKey,
84- From: "noreply@notifs.tangled.sh",
85 To: emailAddr,
86 Subject: "Verify your Tangled email",
87 Text: `Click the link below (or copy and paste it into your browser) to verify your email address.
···8182 return email.Email{
83 APIKey: s.Config.Resend.ApiKey,
84+ From: s.Config.Resend.SentFrom,
85 To: emailAddr,
86 Subject: "Verify your Tangled email",
87 Text: `Click the link below (or copy and paste it into your browser) to verify your email address.