+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ Hi there!
+ {@SUBJECT}
+ {@BODY}
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
\ No newline at end of file
diff --git a/Ombi/Ombi.Notifications/BaseNotification.cs b/Ombi/Ombi.Notifications/BaseNotification.cs
new file mode 100644
index 000000000..86fd18bcf
--- /dev/null
+++ b/Ombi/Ombi.Notifications/BaseNotification.cs
@@ -0,0 +1,91 @@
+using System;
+using System.Threading.Tasks;
+using Ombi.Core.Settings;
+using Ombi.Core.Settings.Models;
+using Ombi.Notifications.Models;
+
+namespace Ombi.Notifications
+{
+ public abstract class BaseNotification