📧 Email Forwarding
Route emails with custom rules. Catch-all forwarding (*@domain), plus addressing, and smart routing for your entire domain.
📧 Email Forwarding
Route emails with custom rules. Catch-all forwarding (*@domain), plus addressing, and smart routing for your entire domain.
🌐 Custom Domains & Projects
Use YOUR domain everywhere. Professional project organization with custom templates, replies, and branding.
📝 Contact Forms
Lightning-fast contact forms with spam protection, collections for organization, and instant deployment.
⚡ Performance
Sub-100ms response times globally with 99.9% uptime and enterprise-grade reliability.
🔧 Developer Experience
Git-versioned config, full CLI, and infrastructure as code with mailiam.config.yaml.
🔒 Security
Enterprise-grade security with API keys, spam protection, rate limiting, and built-in honeypots.
# Install the CLInpm install -g mailiam
# Instant form (no config needed)mailiam form# → Returns: https://api.mailiam.dev/f/abc123def
# Or create a project with your domainmailiam init mysite.commailiam push# → Your domain-based infrastructure is live!domains: mysite.com: forwarding: "*@mysite.com": "me@gmail.com" "support@mysite.com": ["team@company.com", "alerts@slack.com"] forms: contact: template: "custom" replies: true projects: marketing: templates: "./templates/" branding: "./brand.html"