cloudflare-email-service
Build Cloudflare Email Workflows
Transactional email setup is easy to misconfigure across Workers, REST APIs, and routing. This skill provides current patterns for sending, receiving, authentication, and deliverability.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "cloudflare-email-service" from https://skillstore.io/skills/cloudflare-cloudflare-email-service.md and its manifest at https://skillstore.io/api/skills/cloudflare-cloudflare-email-service/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "cloudflare-email-service". Add transactional welcome emails to my Cloudflare Worker.
Expected outcome:
- Add an EMAIL sending binding to the Worker configuration.
- Verify the sending domain before deployment.
- Send both plain-text and HTML content through the binding.
- Handle delivery errors without exposing recipient data.
Using "cloudflare-email-service". Help me receive support emails and reply after review.
Expected outcome:
- Route the support address to an email handler.
- Read and parse the raw stream once.
- Store structured message fields in a Durable Object.
- Require user approval before sending a threaded reply.
Using "cloudflare-email-service". Why are messages reaching spam folders?
Expected outcome:
- Verify SPF, DKIM, and DMARC alignment.
- Review bounces, suppressions, and delivery analytics.
- Use accurate subjects, complete text content, and valid unsubscribe handling where required.
Security Audit
Medium RiskAll 74 static alerts are false positives caused by Markdown formatting, documented official API calls, Worker handler syntax, or Durable Object SQL APIs. Semantic review found three medium concerns involving untrusted email content, unescaped HTML replies, and sensitive message logging. No malicious prompt injection, credential exfiltration, or arbitrary process execution was found.
Confirmed security concerns (3)
Risk Factors
โ๏ธ External commands (39)
๐ Network access (26)
โก Contains scripts (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/cloudflare-cloudflare-email-service/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/cloudflare-cloudflare-email-service?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/cloudflare-cloudflare-email-service?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/cloudflare-cloudflare-email-service/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/cloudflare-cloudflare-email-service.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
cloudflare. (2026). cloudflare-email-service security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/cloudflare-cloudflare-email-service/audits/1BibTeX citation
@techreport{cloudflare-cloudflare-cloudflare-email-service-2026,
author = {cloudflare},
title = {cloudflare-email-service security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/cloudflare-cloudflare-email-service/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "cloudflare-email-service security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "cloudflare"
date-released: "2026-08-09"
url: "https://skillstore.io/skills/cloudflare-cloudflare-email-service/audits/1"
identifiers:
- type: other
value: "skillstore:cloudflare-cloudflare-email-service:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Add Transactional Email
Configure a Worker binding and send account notifications with plain-text and HTML content.
Build an Inbound Support Mailbox
Route incoming messages to a Worker, parse them, store them, and prepare reviewed replies.
Improve Delivery Health
Check authentication records, suppression handling, sending limits, and analytics for a production email domain.
Try These Prompts
Add Cloudflare Email Sending to my Worker. Show the Wrangler configuration and a basic transactional welcome email with text and HTML.
Create a Cloudflare Email Service REST request for my external application. Use environment-based credentials and explain the response states.
Design an Email Routing handler that parses one raw message, validates the sender, stores metadata, and forwards only to verified destinations.
Design a secure support mailbox using Email Routing, Durable Objects, and an AI drafting agent. Include prompt-injection controls, approval, sanitization, and observability.
Best Practices
- Use Workers bindings when possible and keep REST API tokens in managed secrets.
- Verify sending domains and include both plain-text and HTML message bodies.
- Treat inbound messages as untrusted and review agent-generated replies before sending.
Avoid
- Do not hardcode API tokens or expose them in logs and examples.
- Do not use transactional email infrastructure for newsletters or unsolicited bulk messages.
- Do not insert untrusted text into outgoing HTML without escaping or sanitization.
Frequently Asked Questions
Can this skill send email from a Cloudflare Worker?
Can it support applications outside Workers?
Does it handle incoming email?
Is it suitable for marketing campaigns?
Does it configure DNS authentication?
How should AI-generated replies be secured?
Developer Details
Author
cloudflareLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
633ff2a16994aea4c000137972597f65b3a7c4c4
Maintenance freshness
8/10/2026
Usage
0 downloads ยท 0 views
File structure
๐ references/
๐ cli-and-mcp.md
๐ deliverability.md
๐ rest-api.md
๐ routing.md
๐ sending.md
๐ SKILL.md