mirror of
https://github.com/bitwarden/server
synced 2026-01-09 03:53:42 +00:00
New mail services and implementations
This commit is contained in:
12
src/Core/MailTemplates/_BasicMailLayout.cshtml
Normal file
12
src/Core/MailTemplates/_BasicMailLayout.cshtml
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
@RenderBody()
|
||||
Regards,<br />
|
||||
The bitwarden team
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user