Password reset

Help users recover access with a clear call to action and expiry note.

Account 4 placeholders

Live preview

Updating…

HTML markup

Paste into your html field


                                                1
                                <table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="margin:0;padding:0;background-color:#f4f4f5;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;">
                                                2
                                    <tr>
                                                3
                                        <td align="center" style="padding:40px 16px;">
                                                4
                                            <table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="max-width:560px;background-color:#ffffff;border-radius:8px;border:1px solid #e4e4e7;">
                                                5
                                                <tr>
                                                6
                                                    <td style="padding:32px 32px 24px;">
                                                7
                                                        <p style="margin:0 0 8px;font-size:14px;font-weight:600;color:#18181b;">Acme</p>
                                                8
                                                        <h1 style="margin:0 0 16px;font-size:22px;line-height:1.3;font-weight:600;color:#18181b;">Reset your password</h1>
                                                9
                                                        <p style="margin:0 0 24px;font-size:15px;line-height:1.6;color:#52525b;">
                                                10
                                                            Hi Alex, we received a request to reset the password for your Acme account. Click the button below to choose a new password.
                                                11
                                                        </p>
                                                12
                                                        <table role="presentation" cellpadding="0" cellspacing="0">
                                                13
                                                            <tr>
                                                14
                                                                <td style="border-radius:6px;background-color:#18181b;">
                                                15
                                                                    <a href="https://example.com/reset-password?token=abc123" style="display:inline-block;padding:12px 20px;font-size:15px;font-weight:600;color:#ffffff;text-decoration:none;">Reset password</a>
                                                16
                                                                </td>
                                                17
                                                            </tr>
                                                18
                                                        </table>
                                                19
                                                        <p style="margin:24px 0 0;font-size:13px;line-height:1.6;color:#71717a;">
                                                20
                                                            This link expires in 1 hour. If you did not request a password reset, you can safely ignore this email.
                                                21
                                                        </p>
                                                22
                                                        <p style="margin:16px 0 0;font-size:12px;line-height:1.6;color:#a1a1aa;word-break:break-all;">
                                                23
                                                            Button not working? Copy and paste this URL into your browser:<br>
                                                24
                                                            <a href="https://example.com/reset-password?token=abc123" style="color:#52525b;">https://example.com/reset-password?token=abc123</a>
                                                25
                                                        </p>
                                                26
                                                    </td>
                                                27
                                                </tr>
                                                28
                                            </table>
                                                29
                                            <p style="margin:24px 0 0;font-size:12px;line-height:1.5;color:#a1a1aa;">&copy; Acme</p>
                                                30
                                        </td>
                                                31
                                    </tr>
                                                32
                                </table>