Via UI
Send emails through the web dashboard
The Mailtura web dashboard provides an intuitive interface for composing and sending emails without writing code.
Accessing the Dashboard
Navigate to your Mailtura instance:
https://your-mailtura-instance.com/dashboard
Log in with your credentials to access the email management interface.
Composing a New Email
Step 1: Create New Email
- Click the New Email button in the dashboard
- Select your tenant from the dropdown
- Choose between composing manually or using a template
Step 2: Add Recipients
Enter recipient email addresses:
- To: Primary recipients (required)
- CC: Carbon copy recipients (optional)
- BCC: Blind carbon copy recipients (optional)
You can add multiple recipients by:
- Typing email addresses separated by commas
- Pasting a list of emails
- Importing from a CSV file
Step 3: Compose Content
Using the Rich Text Editor
The built-in editor provides formatting options:
- Bold, italic, underline text
- Headings and lists
- Links and images
- Custom HTML blocks
- Code snippets
Using Templates
Select from pre-configured templates:
- Click Use Template
- Choose from available templates
- Fill in dynamic variables
- Preview the rendered email
Step 4: Configure Settings
Set additional email options:
- From Name: Customize sender display name
- Reply-To: Set reply address if different from sender
- Subject Line: Add personalized subject with variables
- Tracking: Enable open and click tracking
- Priority: Set email priority (normal/high)
Step 5: Add Attachments
Attach files to your email:
- Click Add Attachment
- Select files from your computer (max 10MB per file)
- Supported formats: PDF, images, documents, archives
- Remove attachments by clicking the X icon
Step 6: Preview and Send
Before sending:
- Click Preview to see how the email will appear
- Use Send Test to send to a test address
- Review all settings and recipients
- Click Send to deliver the email
Using Templates
Select a Template
- Navigate to Templates in the sidebar
- Click on a template to preview
- Click Use This Template to create an email
Fill Variables
Templates may contain dynamic variables:
{{firstName}}- Recipient’s first name{{companyName}}- Company name{{orderNumber}}- Order reference- Custom variables specific to your template
Enter values for each variable in the form provided.
Scheduling Emails
Schedule emails for future delivery:
- Click the Schedule toggle
- Select date and time
- Choose timezone
- Click Schedule Email
Scheduled emails appear in the Scheduled tab where you can:
- Edit before sending
- Cancel scheduled emails
- Reschedule for a different time
Bulk Sending
Send personalized emails to multiple recipients:
Using CSV Import
- Click Bulk Send
- Upload a CSV file with columns:
email(required)- Additional columns for template variables
- Map CSV columns to template variables
- Preview a sample email
- Click Send Bulk Emails
Example CSV Format
email,firstName,companyName
john@example.com,John,Acme Corp
jane@example.com,Jane,Tech Inc
Managing Sent Emails
View and manage sent emails:
Email History
- Sent: View all sent emails
- Scheduled: Manage scheduled emails
- Drafts: Resume incomplete emails
- Failed: Review and retry failed sends
Email Details
Click on any email to view:
- Delivery status
- Open and click rates
- Recipient engagement
- Bounce and complaint information
- Full email content
Actions
For each email you can:
- Resend: Send again to same or different recipients
- Duplicate: Create a copy to modify and send
- View Source: See raw email HTML
- Export: Download email data
Best Practices
Before Sending
- Proofread carefully: Check spelling and grammar
- Test links: Ensure all links work correctly
- Send test email: Always test before bulk sending
- Check mobile view: Preview on different screen sizes
- Verify recipients: Double-check email addresses
Design Tips
- Keep it simple: Clean, readable layouts work best
- Use images wisely: Balance visuals with text
- Clear call-to-action: Make next steps obvious
- Responsive design: Ensure mobile compatibility
- Brand consistency: Use your brand colors and fonts
Deliverability
- Warm up gradually: Start with small volumes
- Clean your list: Remove invalid addresses
- Monitor engagement: Track opens and clicks
- Avoid spam triggers: Don’t use all caps or excessive punctuation
- Authenticate your domain: Set up SPF, DKIM, and DMARC
Keyboard Shortcuts
Speed up your workflow with shortcuts:
Ctrl/Cmd + S- Save draftCtrl/Cmd + Enter- Send emailCtrl/Cmd + K- Insert linkCtrl/Cmd + B- Bold textCtrl/Cmd + I- Italic textEscape- Close preview
Troubleshooting
Email Won’t Send
- Verify you have sufficient quota remaining
- Check that all required fields are filled
- Ensure recipient addresses are valid
- Review error messages for specific issues
Formatting Issues
- Use the HTML editor for complex layouts
- Test across different email clients
- Avoid using unsupported CSS properties
- Keep inline styles for best compatibility
Template Variables Not Working
- Check variable names match exactly (case-sensitive)
- Ensure all required variables have values
- Use the preview function to test rendering
- Review template syntax for errors