Skip to content

Commit 8cd1b95

Browse files
committed
password reset template
1 parent d069dd4 commit 8cd1b95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

recipe/emailpassword/emaildelivery/smtpService/passwordReset.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ const passwordResetTemplate = `<!doctype html>
3434
<title>*|MC:SUBJECT|*</title>
3535
3636
<style type="text/css">
37+
body {
38+
max-width: 100vw;
39+
overflow: hidden;
40+
}
3741
p {
3842
margin: 10px 0;
3943
padding: 0;

0 commit comments

Comments
 (0)