mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 06:13:22 -07:00
Update src/Ombi.Schedule/Jobs/Ombi/NewsletterJob.cs
Co-authored-by: Jamie <tidusjar@gmail.com>
This commit is contained in:
parent
0de7c2a610
commit
437ddc44a3
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ namespace Ombi.Schedule.Jobs.Ombi
|
|||
|
||||
var email = new NewsletterTemplate();
|
||||
|
||||
var html = email.LoadTemplate(messageContent.Subject, messageContent.Message, body, customization.Logo, unsubscribeLink, customization.ApplicationUrl);
|
||||
var html = email.LoadTemplate(messageContent.Subject, messageContent.Message, body, customization.Logo, unsubscribeLink, customization.ApplicationUrl ?? string.Empty);
|
||||
|
||||
await _email.Send(
|
||||
new NotificationMessage { Message = html, Subject = messageContent.Subject, To = a.Email },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue