🎉 MailVibee is now in public beta — Get free early access →
Documentation

Getting Started with MailVibee

Everything you need to go from signup to your first successful campaign in under 5 minutes.

1. Create Your Account

Head to the signup page and create your account with your name, email, and a password (minimum 8 characters). You'll be logged in immediately and taken to your dashboard.

2. Add an SMTP Account

Navigate to SMTP Accounts in the sidebar. You'll need:

Your SMTP password is encrypted with AES-256-CBC before storage. Add multiple accounts for automatic SMTP rotation.

3. Create a Template (Optional)

Go to Templates and click "New Template." Use the WYSIWYG editor to write your email just like you would in Gmail. Use personalization tags like ${name} or ${company} that will be replaced with CSV data at send time.

4. Prepare Your CSV File

Create a CSV file with at minimum an email column. Add any additional columns and they automatically become personalization tags:

email,name,company,position
jane@acme.com,Jane Smith,Acme Corp,CTO
bob@techflow.io,Bob Lee,TechFlow,VP Engineering

Column headers are case-insensitive — Name, name, and NAME all work with ${name}. MailVibee also auto-combines first_name + last_name into ${name} if no name column exists.

5. Create a Campaign

Go to Campaigns → "New Campaign." Fill in:

6. Send Your Campaign

After creating a campaign, you'll see the campaign view with all contacts loaded. Click "Start Sending" to begin. The background worker:

You can pause sending at any time. The current email will finish, then the worker stops.

7. Available Template Tags

TagSourceDescription
${name}CSVRecipient name (auto-detected)
${email}CSVRecipient email address
${company}CSVFrom CSV "company" column
${signature}SettingsYour saved email signature
${any_column}CSVAny CSV column header becomes a tag

8. Gmail SMTP Setup

To use Gmail as an SMTP account:

Need Help?

Reach out to hello@vibeecodex.com — we reply within 24 hours.