Skip to content

Commit

Permalink
Change email from name.
Browse files Browse the repository at this point in the history
  • Loading branch information
azhuge233 committed Jan 18, 2025
1 parent 718dbea commit 8780ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EGSFreeGamesNotifier/Services/Notifier/Email.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private MimeMessage CreateMessage(List<NotifyRecord> pushList, string fromAddres

var message = new MimeMessage();

message.From.Add(new MailboxAddress("SteamDB-FreeGames", fromAddress));
message.From.Add(new MailboxAddress("Epic Game Store Free Games", fromAddress));
message.To.Add(new MailboxAddress("Receiver", toAddress));

var sb = new StringBuilder();
Expand Down

0 comments on commit 8780ea9

Please sign in to comment.