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.
Trusted by developers at companies of all sizes
Everything you need for email
From simple transactional emails to complex marketing campaigns, Veil Mail has you covered.
Developer-First API
Simple REST API with type-safe validation. Get started in minutes with our comprehensive documentation.
PII Protection
Automatic scanning blocks sensitive data like SSN, credit cards, and medical records before sending.
Transactional & Marketing
Send both transactional and marketing emails from a single platform with full campaign management.
Audience Segmentation
Dynamic subscriber filtering with a powerful rule builder. Target the right people every time.
Real-time Analytics
Track delivery, opens, clicks, and engagement with beautiful dashboards and exportable reports.
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.
Pro
For growing businesses
- 50,000 emails/month
- 5 domains
- A/B testing
- Priority support
Scale
For high-volume senders
- 200,000 emails/month
- 20 domains
- Dedicated IP
- SLA guarantee
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.