cloudflare-email-service

Integrate Cloudflare Email Sending and Routing via REST API or Workers bindings.

1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/emersoftware/vestigios --skill cloudflare-email-service-emersoftware
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-email-service
Source: https://github.com/emersoftware/vestigios/tree/main/.agents/skills/cloudflare-email-service
Command: npx skills add https://github.com/emersoftware/vestigios --skill cloudflare-email-service-emersoftware

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires postal-mime, mimetext, and includes references (resource) components.

What problem does it solve?

This skill resolves the complexity of integrating reliable transactional email sending and inbound email routing into applications, ensuring high deliverability and proper authentication.

Core Features & Use Cases

  • Transactional Sending: Send emails via Workers bindings or REST API with support for attachments, custom headers, and inline images.
  • Inbound Routing: Programmatically receive, parse, and process incoming emails using Workers email handlers and Durable Objects.
  • Deliverability Management: Automate SPF, DKIM, and DMARC configuration while monitoring bounce rates and suppression lists.

Quick Start

Use the cloudflare-email-service skill to send a transactional email from my onboarded domain using the Workers binding.

Frequently Asked Questions about cloudflare-email-service

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send transactional email using Cloudflare Workers?

You can send transactional email via Cloudflare Workers using REST API or Workers bindings, supporting attachments, custom headers, and inline images for reliable dispatch from your onboarded domain.

How does inbound email routing and MIME parsing work with Cloudflare Workers?

Inbound email routing programmatically receives and processes incoming emails using Workers email handlers and Durable Objects, utilizing postal-mime to parse MIME content for application integration.

Can I automate SPF, DKIM, and DMARC configuration for email deliverability?

Yes, you can automate SPF, DKIM, and DMARC domain authentication configuration while monitoring bounce rates and suppression lists to maintain high transactional email deliverability.

What is the best way to handle automated email threading for transactional messages?

Automated email threading is supported natively by combining outbound transactional dispatch with inbound routing, allowing applications and AI agents to track and link replies programmatically.

Do I need Durable Objects to process incoming emails in Cloudflare?

Durable Objects are used to programmatically receive, parse, and process incoming emails, providing stateful handling for inbound routing alongside Workers email handlers.