mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 22:03:15 -07:00
Update src/Ombi.Schedule/Jobs/Ombi/NewsletterJob.cs
Co-authored-by: Jamie <tidusjar@gmail.com>
This commit is contained in:
parent
b2e92ced5b
commit
0de7c2a610
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ namespace Ombi.Schedule.Jobs.Ombi
|
|||
}
|
||||
|
||||
var url = GenerateUnsubscribeLink(customization.ApplicationUrl, user.Id);
|
||||
var html = email.LoadTemplate(messageContent.Subject, messageContent.Message, body, customization.Logo, url, customization.ApplicationUrl);
|
||||
var html = email.LoadTemplate(messageContent.Subject, messageContent.Message, body, customization.Logo, url, customization.ApplicationUrl ?? string.Empty);
|
||||
|
||||
var bodyBuilder = new BodyBuilder
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue