mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fix for #3219
This commit is contained in:
parent
d13a1865ea
commit
22bc7c99b7
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ namespace Ombi.Schedule.Jobs.Ombi
|
|||
continue;
|
||||
}
|
||||
// BCC the messages
|
||||
message.Bcc.Add(new MailboxAddress(user.Email, user.Email));
|
||||
message.Bcc.Add(new MailboxAddress(user.Email.Trim(), user.Email.Trim()));
|
||||
}
|
||||
|
||||
// Send the email
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue