Test Template

Test Template Subject
Template Details

Name: Test Template

Subject: Test Template Subject

Updated: 2026-08-25 09:55:04

Available variables:

{{name}} {{email}} {{company}} {{phone}} {{template_image}}

Preview
Sample recipient: Kumar / kumar@example.com
Subject: Test Template Subject
HTML Source
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Welcome Email</title>
</head>

<body style="margin:0;padding:0;background-color:#eef1f5;font-family:Arial,Helvetica,sans-serif;">

    <table
        role="presentation"
        width="100%"
        cellpadding="0"
        cellspacing="0"
        border="0"
        style="width:100%;background-color:#eef1f5;"
    >
        <tr>
            <td align="center" style="padding:35px 10px;">

                <!-- Main Card -->
                <table
                    role="presentation"
                    width="600"
                    cellpadding="0"
                    cellspacing="0"
                    border="0"
                    style="width:100%;max-width:600px;background-color:#ffffff;border-radius:10px;overflow:hidden;"
                >

                    <!-- Top Brand -->
                    <tr>
                        <td
                            style="padding:22px 30px;border-bottom:1px solid #eeeeee;"
                        >
                            <table
                                role="presentation"
                                width="100%"
                                cellpadding="0"
                                cellspacing="0"
                                border="0"
                            >
                                <tr>

                                    <td
                                        align="left"
                                        style="font-size:18px;font-weight:bold;color:#890C14;"
                                    >
                                        Rgreen Tech
                                    </td>

                                    <td
                                        align="right"
                                        style="font-size:12px;color:#888888;"
                                    >
                                        Welcome
                                    </td>

                                </tr>
                            </table>
                        </td>
                    </tr>

                    <!-- Hero -->
                    <tr>
                        <td
                            style="padding:40px 30px 30px;"
                        >

                            <h1
                                style="margin:0 0 15px 0;font-size:30px;line-height:38px;color:#222222;font-weight:700;"
                            >
                                Welcome, {{name}}
                            </h1>

                            <p
                                style="margin:0;font-size:16px;line-height:26px;color:#666666;"
                            >
                                We're happy to have you with us. Here's a quick
                                introduction to get you started.
                            </p>

                        </td>
                    </tr>

                    <!-- Image -->
                    <tr>
                        <td style="padding:0 30px;">

                            <img
                                src="{{template_image}}"
                                alt="Welcome"
                                width="540"
                                style="display:block;width:100%;max-width:540px;height:auto;border:0;border-radius:8px;"
                            >

                        </td>
                    </tr>

                    <!-- Content -->
                    <tr>
                        <td style="padding:35px 30px;">

                            <p
                                style="margin:0 0 12px 0;font-size:17px;line-height:25px;font-weight:bold;color:#222222;"
                            >
                                Everything is ready for you.
                            </p>

                            <p
                                style="margin:0 0 25px 0;font-size:15px;line-height:25px;color:#666666;"
                            >
                                You can now explore our services, manage your
                                account and get started whenever you're ready.
                            </p>

                            <!-- Feature boxes -->
                            <table
                                role="presentation"
                                width="100%"
                                cellpadding="0"
                                cellspacing="0"
                                border="0"
                            >
                                <tr>

                                    <td
                                        width="48%"
                                        valign="top"
                                        style="background-color:#f8f8f8;border-radius:8px;padding:18px;"
                                    >
                                        <p
                                            style="margin:0 0 8px 0;font-size:14px;font-weight:bold;color:#222222;"
                                        >
                                            Easy to Use
                                        </p>

                                        <p
                                            style="margin:0;font-size:13px;line-height:20px;color:#777777;"
                                        >
                                            Simple tools designed to make
                                            everything easier.
                                        </p>
                                    </td>

                                    <td width="4%"></td>

                                    <td
                                        width="48%"
                                        valign="top"
                                        style="background-color:#f8f8f8;border-radius:8px;padding:18px;"
                                    >
                                        <p
                                            style="margin:0 0 8px 0;font-size:14px;font-weight:bold;color:#222222;"
                                        >
                                            Always Supported
                                        </p>

                                        <p
                                            style="margin:0;font-size:13px;line-height:20px;color:#777777;"
                                        >
                                            Our team is always available
                                            when you need help.
                                        </p>
                                    </td>

                                </tr>
                            </table>

                            <!-- Button -->
                            <table
                                role="presentation"
                                width="100%"
                                cellpadding="0"
                                cellspacing="0"
                                border="0"
                                style="margin-top:30px;"
                            >
                                <tr>
                                    <td align="center">

                                        <a
                                            href="https://rgreentech.in"
                                            style="display:inline-block;background-color:#890C14;color:#ffffff;text-decoration:none;font-size:15px;font-weight:bold;padding:13px 30px;border-radius:6px;"
                                        >
                                            Get Started
                                        </a>

                                    </td>
                                </tr>
                            </table>

                        </td>
                    </tr>

                    <!-- Bottom Divider -->
                    <tr>
                        <td style="padding:0 30px;">

                            <div
                                style="height:1px;background-color:#eeeeee;font-size:1px;line-height:1px;"
                            >
                                &nbsp;
                            </div>

                        </td>
                    </tr>

                    <!-- Footer -->
                    <tr>
                        <td
                            align="center"
                            style="padding:25px 30px;"
                        >

                            <p
                                style="margin:0 0 10px 0;font-size:13px;line-height:20px;"
                            >
                                <a
                                    href="https://rgreentech.in"
                                    style="color:#890C14;text-decoration:none;"
                                >
                                    Website
                                </a>

                                <span style="color:#aaaaaa;padding:0 8px;">
                                    |
                                </span>

                                <a
                                    href="https://rgreentech.in/privacy"
                                    style="color:#890C14;text-decoration:none;"
                                >
                                    Privacy
                                </a>

                                <span style="color:#aaaaaa;padding:0 8px;">
                                    |
                                </span>

                                <a
                                    href="https://rgreentech.in/unsubscribe"
                                    style="color:#890C14;text-decoration:none;"
                                >
                                    Unsubscribe
                                </a>
                            </p>

                            <p
                                style="margin:0;font-size:12px;line-height:19px;color:#999999;"
                            >
                                © 2026 Your Company<br>
                                123 Main Street, Your City, ST 00000
                            </p>

                        </td>
                    </tr>

                </table>

            </td>
        </tr>
    </table>

</body>

</html>