lunora-setup-mail

Integrate transactional email into Cloudflare Lunora apps with Email Workers.

214|7|Updated May 29, 2026
One-click install
npx skills add https://github.com/anolilab/lunora --skill lunora-setup-mail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lunora-setup-mail
Source: https://github.com/anolilab/lunora/tree/main/packages/cli/skills/lunora-setup-mail
Command: npx skills add https://github.com/anolilab/lunora --skill lunora-setup-mail

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the integration of transactional email services into your Lunora backend, removing the complexity of configuring email transports and handling dev-to-prod environment parity.

Core Features & Use Cases

  • Unified Mail Actions: Provides standardized sendEmail and queueEmail actions for consistent communication.
  • Dev-to-Prod Parity: Automatically captures outgoing mail in the Studio Mail tab during development, preventing accidental emails while testing.
  • Use Case: Implement user verification flows, password resets, or automated notification systems using React email templates and Cloudflare Email Workers.

Quick Start

Run the lunora registry add mail command in your terminal to scaffold the necessary mail actions and configuration files into your project.

Frequently Asked Questions about lunora-setup-mail

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

FAQPage Schema
How do I integrate transactional email into a Cloudflare backend?

You can integrate transactional email by configuring Cloudflare Email Workers and custom transport logic to handle mail delivery. This approach supports verification, notification, and password reset workflows across development and production environments.

How do I prevent sending accidental emails while testing in development?

Prevent accidental emails during development by using a system that automatically captures outgoing mail in a dedicated Studio Mail tab. This ensures dev-to-prod environment parity without risking real delivery while testing your application.

How do I set up password reset and user verification email workflows?

Set up password reset and user verification workflows by implementing standardized sendEmail and queueEmail actions. You can use React email templates combined with Cloudflare Email Workers to manage these automated communications.

Do I need specific environment variables to send mail with Cloudflare Email Workers?

Yes, you need to configure specific Cloudflare bindings and environment variables to manage mail delivery and capture. Configuring these variables correctly ensures your email transport functions properly across different application environments.

How do I scaffold mail actions and configuration files into my project?

Scaffold mail actions and configuration files by running the lunora registry add mail command in your terminal. This command quickly sets up the necessary standardized sendEmail and queueEmail actions for your application.