Email that protects your data
Veil Mail combines developer-friendly APIs with built-in PII protection. Send transactional and marketing emails without risking data exposure.
Everything you need for email
From simple transactional emails to complex marketing campaigns, Veil Mail has you covered.
REST API
Simple, intuitive REST API with comprehensive documentation. Send emails with a single HTTP request.
Automatic PII Scanning
Every email is scanned for sensitive data including SSN, credit cards, phone numbers, and medical information.
Campaign Builder
Visual editor for creating beautiful marketing emails. Drag-and-drop components with live preview.
Audience Segmentation
Create dynamic segments with our rule builder. Filter by behavior, demographics, or custom fields.
Delivery Metrics
Track delivery rates, bounces, and complaints. Identify and fix deliverability issues quickly.
A/B Testing
Test subject lines, content, and send times. Automatic winner selection based on your goals.
Get started in minutes
Three simple steps to start sending secure emails
Connect your domain
Add your sending domain and verify DNS records. We guide you through SPF, DKIM, and DMARC setup.
Integrate the API
Use our REST API or SDKs to send emails. PII scanning happens automatically on every request.
Send with confidence
Your emails are delivered securely. Track performance and manage campaigns from the dashboard.
Simple, powerful API
Send emails with just a few lines of code. Our API handles PII scanning, template rendering, and delivery tracking automatically.
- RESTful API with JSON responses
- Automatic PII detection and blocking
- Template variables with Handlebars syntax
- Webhooks for real-time event tracking
// Send an email with Veil Mail
const response = await fetch('https://api.veilmail.xyz/v1/emails', {
method: 'POST',
headers: {
'Authorization': 'Bearer veil_live_xxxxx',
'Content-Type': 'application/json'
},
body: JSON.stringify({
from: 'hello@yourdomain.com',
to: 'user@example.com',
subject: 'Welcome to our platform!',
html: '<h1>Hello {{name}}</h1>',
templateData: { name: 'John' }
})
});
// PII scanning happens automatically
// Response includes email ID and statusSimple, transparent pricing
Start free and scale as you grow. No hidden fees.
Starter
For small teams and startups
- 10,000 emails/month
- 2 domains
- 3 audiences
- Advanced analytics
Pro
For growing businesses
- 50,000 emails/month
- 5 domains
- 10 audiences
- Full analytics suite
Frequently asked questions
Got questions? We've got answers.
What is PII protection and how does it work?
PII (Personally Identifiable Information) protection automatically scans your email content before sending. It detects sensitive data like social security numbers, credit card numbers, and medical information, then blocks or warns you based on your settings.
Can I use Veil Mail for both transactional and marketing emails?
Yes! Veil Mail is designed to handle both. Send transactional emails through our API and manage marketing campaigns with our visual editor, audience segmentation, and A/B testing features.
How do I verify my sending domain?
After adding your domain in the dashboard, we provide DNS records for SPF, DKIM, and DMARC. Add these to your DNS provider, and our system automatically verifies them within minutes.
What email providers do you support?
We currently use SendGrid as our primary delivery provider, known for high deliverability rates. Enterprise customers can request additional provider options.
Is there a free trial?
Yes! Our Free plan includes 3,000 emails per month with full PII protection. You can upgrade anytime as your needs grow.
Ready to get started?
Join thousands of developers sending secure emails with Veil Mail.