Skip to content

Commit

Permalink
Use a more sensible "reply-to" address
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Oct 14, 2024
1 parent 7027ea6 commit aee68ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TRENZ.Lib.RazorMail.SampleWebApi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@

static void ConfigureClient(IServiceProvider sp, IMailClient client)
{
client.DefaultHeaders.ReplyTo = [new MailAddress("noreply@example.com")];
client.DefaultHeaders.ReplyTo = [new MailAddress("support@example.com")];
}

0 comments on commit aee68ef

Please sign in to comment.