mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 03:07:47 +00:00
Add alert notification template
This commit is contained in:
@@ -142,7 +142,12 @@ INSERT INTO public.email_templates VALUES
|
||||
'PostgSail Windy Weather station',
|
||||
E'Hello __RECIPIENT__,\nCongratulations! Your boat is now a Windy Weather station.\nSee more details at __APP_URL__/windy\nHappy sailing!\nFrancois',
|
||||
'PostgSail Windy!',
|
||||
E'Congratulations!\nYour boat is now a Windy Weather station.\nSee more details at __APP_URL__/windy\n');
|
||||
E'Congratulations!\nYour boat is now a Windy Weather station.\nSee more details at __APP_URL__/windy\n'),
|
||||
('alert',
|
||||
'PostgSail Alert',
|
||||
E'Hello __RECIPIENT__,\nWe detected an alert __APP_URL__\nHappy sailing!\nFrancois',
|
||||
'PostgSail Alert!',
|
||||
E'Congratulations!\nWe detected an alert __APP_URL__\n');
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
-- Queue handling
|
||||
|
Reference in New Issue
Block a user