Back to Templates
New Template
Create a new email template for your campaigns
Template Name
Subject Line
Insert Variable
First Name
Last Name
Full Name
Email
Company
Phone
Category
Tracking Link
Open Tracking
Subject
HTML Editor
Preview
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{subject}}</title> </head> <body style="margin: 0; padding: 0; background-color: #f5f5f5; font-family: Arial, Helvetica, sans-serif;"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="background-color: #f5f5f5;"> <tr> <td style="padding: 20px 0;"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" style="margin: 0 auto; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);"> <!-- Header --> <tr> <td style="background: linear-gradient(135deg, #c41e3a 0%, #8b0000 100%); padding: 30px; text-align: center;"> <h1 style="margin: 0; color: white; font-size: 28px; font-weight: bold;">Your Title Here</h1> </td> </tr> <!-- Content --> <tr> <td style="padding: 30px;"> <p style="font-size: 18px; color: #333; margin: 0 0 25px 0;">Hi {{firstName}},</p> <p style="font-size: 16px; line-height: 1.6; color: #444; margin: 20px 0;"> Your message content goes here. </p> <!-- CTA Button --> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="margin: 30px 0;"> <tr> <td align="center"> <a href="{{trackingLink}}" style="display: inline-block; background: #c41e3a; color: white; text-decoration: none; padding: 15px 35px; border-radius: 6px; font-weight: bold; font-size: 16px;"> Call to Action </a> </td> </tr> </table> <!-- Signature --> <p style="color: #333; margin: 30px 0 0 0; line-height: 1.6;"> Best regards,<br> <strong>James Dickey</strong><br> <span style="color: #666;">PodStyle Video</span> </p> </td> </tr> <!-- Footer --> <tr> <td style="background: #f8f8f8; padding: 20px 30px; text-align: center; border-top: 1px solid #eee;"> <p style="margin: 0; font-size: 14px; color: #666;"> <strong>PodStyle Video</strong> </p> </td> </tr> </table> </td> </tr> </table> <!-- Tracking Pixel --> <img src="{{openTrackingPixel}}" width="1" height="1" style="display:none;" alt=""> </body> </html>
Variables detected: 4
Cancel
Create Template