Skip to Content
FeaturesEmailEmail Features Overview

Email Features Overview

Voxvaani provides comprehensive email communication capabilities, including single email dispatch, bulk campaigns, and customizable HTML templates. All email delivery is handled through your SMTP server using Nodemailer under the hood, with balance deducted per send.

⚠️

SMTP Configuration Required. Before sending any emails, you must configure valid SMTP server credentials in Settings . The only way to test your SMTP connection is to send a live email to yourself before launching campaigns.

Feature Index

FeatureDescriptionKey Capabilities
Email CampaignsBulk email dispatch with scheduling, segmentation, and delivery trackingNewsletters, promotional offers, transactional notifications, company announcements
Email TemplatesReusable HTML templates for consistent brandingPre-built template library, plain HTML/rich text content, multi-campaign reuse

Before You Start

Before creating your first email campaign, work through this checklist:

  1. Configure your SMTP server in Settings  and send a test email to yourself to confirm credentials are valid.
  2. Verify your email balance in Wallet & Billing to ensure sufficient credit for your recipient count.
  3. Prepare your contact list in Contacts with valid email addresses — invalid addresses count as bounces and harm sender reputation.
  4. Build or select a template from the Email Templates library.
  5. Send a test email to yourself before launching to verify rendering and link functionality.
  6. Authenticate your sending domain with SPF, DKIM, and DMARC DNS records to improve deliverability.
💡

Test Your SMTP First. Send a single test email from the dashboard or via the API before creating a campaign. A failed SMTP connection at send time will cause every email in your campaign to fail. Testing takes seconds and catches misconfigurations before they affect your deliverability.

How Email Works

Voxvaani sends emails via your configured SMTP server (powered by Nodemailer). Each email renders an HTML template with static content. The platform tracks delivery status, bounces, and engagement.

Prerequisites

RequirementDetails
SMTP ServerValid host, port, username, and password configured in Settings 
Email BalanceSufficient email balance in your plan to cover the number of recipients
Contact ListRecipients with valid email addresses in your Contacts database
TemplateAt least one Email Template to use in the campaign

Email Deliverability Best Practices

PracticeImpactEffort Level
Authenticate your domain with SPF, DKIM, and DMARC DNS recordsPrevents emails from being marked as spam; critical for inbox placementMedium — requires DNS access and record creation
Warm up new sending domains graduallyEstablishes positive sender reputation; improves long-term deliverabilityLow — requires scheduling but minimal technical work
Monitor and action bounce ratesProtects sender reputation; prevents domain blacklistingLow — periodic review of bounce reports
Include a visible unsubscribe link in every emailRequired for compliance with anti-spam regulations (CAN-SPAM, GDPR)Low — one-time template addition
Clean your contact list regularlyReduces bounces and improves engagement metricsMedium — ongoing maintenance
Avoid spam trigger words in subject lines and bodyPrevents spam filter flagging; improves open ratesLow — conscious phrasing during composition
Maintain a balanced text-to-HTML ratioAvoids spam filters that flag image-only emailsLow — include plain-text version alongside HTML
Send test emails before every campaignCatches rendering issues, broken links, and variable errors before mass deliveryLow — a few seconds per campaign