📧 MyPark Mailer
Test Email
Campaigns
← Back
Edit Campaign
Send Campaign
Save Changes
Campaign Name (Internal)
Subject Line
Preview Text
Content
🖥️
Desktop
📱
Tablet
📲
Mobile
Editor Mode
HTML Code
Clean BeeFree Template
<!DOCTYPE html> <html> <head> <style> body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0; } .container { max-width: 600px; margin: 40px auto; background: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.1); } .header { background: #667eea; padding: 40px; text-align: center; color: white; } .content { padding: 40px; color: #333; line-height: 1.6; } .button { display: inline-block; padding: 12px 24px; background: #667eea; color: white; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 20px; } .footer { background: #f9f9f9; padding: 20px; text-align: center; font-size: 12px; color: #999; } </style> </head> <body> <div class="container"> <div class="header"> <h1>Welcome to MyPark!</h1> </div> <div class="content"> <p>Hi there,</p> <p>Thanks for joining MyPark. We're excited to have you on board!</p> <p>With MyPark, you can verify your parking spot instantly and pay with ease.</p> <p>Click the button below to verify your email address and get started:</p> <a href="#" class="button">Verify Email</a> </div> <div class="footer"> © 2025 MyPark Inc. All rights reserved. </div> </div> </body> </html>
🖥️ Desktop Preview (1200px)