From cfce2d00f52b82d3026026cd6189f919adf7345b Mon Sep 17 00:00:00 2001 From: anandbaburajan Date: Fri, 18 Apr 2025 13:45:04 +0530 Subject: [PATCH] [email]: add one click verify button for verification email --- server/mail-templates/ott.html | 322 ++++++++++++++++++++++----------- 1 file changed, 215 insertions(+), 107 deletions(-) diff --git a/server/mail-templates/ott.html b/server/mail-templates/ott.html index 73750e9f79..263fe2088a 100644 --- a/server/mail-templates/ott.html +++ b/server/mail-templates/ott.html @@ -1,126 +1,234 @@ - + - - - + img { + max-width: 100%; + height: auto; + } - + a { + color: #0055d4; + } + + a:hover { + color: #111; + } + + @media screen and (max-width: 600px) { + .wrap { + max-width: auto; + } + + .gutter { + padding: 10px; + } + } + + .footer-icons { + padding: 4px !important; + width: 24px !important; + } + + +
 
-
-

Please use this code to verify your email address

+
+

+ Verify your email address +

+
+

+ Click on the button to verify your email. +

+
+ + Verify email + +
+
+

— or enter the code manually —

-
{{.VerificationCode}}
+
+ {{.VerificationCode}} +
-
-

If you need help, just hit the reply button!

+
+
+

+ If you need help, just hit the reply button! +


-