📧 MyPark Mailer
Test Email
Campaigns
← Back
New Campaign
Create Campaign
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: sans-serif; padding: 20px; line-height: 1.6; } .container { max-width: 600px; margin: 0 auto; } h1 { color: #333; } .button { display: inline-block; padding: 10px 20px; background: #0070f3; color: white; text-decoration: none; border-radius: 5px; } </style> </head> <body> <div class="container"> <h1>Welcome!</h1> <p>Start editing your email content here.</p> <a href="#" class="button">Call to Action</a> </div> </body> </html>
🖥️ Desktop Preview (1200px)