-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(helpers): init mail alert template ✨
- Loading branch information
1 parent
de1c7a1
commit 8918641
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | ||
|
||
<head> | ||
<title></title> | ||
</head> | ||
|
||
<body> | ||
<p>Dear Mr, Mrs,</p> | ||
<p> You have configured to be alerted on this mail if api call to <b>{{apiTitle}}</b> fails.</p> | ||
<pre style='background: #f5f2f0; color:#72972c; padding: 15px; border-radius: 7px;'>{{result}}</pre> | ||
<br /> | ||
<p>The {{appName}} Support Team.</p> | ||
<br/> | ||
<i style='color:#9b9b9b'>Please do not reply to this email, you can contact us here {{appContact}}.</i> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters