email-send-pro

Send outbound emails with branded HTML via AgentMail and InkBox providers.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MCERQUA/jam-skills --skill email-send-pro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-send-pro
Source: https://github.com/MCERQUA/jam-skills/tree/main/email-send-pro
Command: npx skills add https://github.com/MCERQUA/jam-skills --skill email-send-pro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The email-send-pro skill simplifies the process of sending outgoing emails for a tenant by ensuring consistent branding, provider-agnostic sending, and automated email composition.

Core Features & Use Cases

  • Branded Emails: Sends outgoing emails with custom branding for each tenant, maintaining a professional image.
  • Provider-Agnostic: Supports sending emails via both AgentMail and InkBox providers, offering flexibility.
  • Automated Composition: Handles HTML rendering, validation, and provider communication without manual coding.

Quick Start

Create a JSON payload for an email, e.g., {"tenant": "josh", "to": "[email protected]", "subject": "Test Email", "body": "This is a test email.", "from_inbox": "[email protected]"}, and run the skill using email-send-pro --send --input <payload.json>.

Frequently Asked Questions about email-send-pro

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

FAQPage Schema
How do I send branded HTML emails using a JSON payload?

To send branded HTML emails, you create a JSON payload containing tenant, recipient, subject, body, and sender details, then pass it to the email-send-pro wrapper. The skill handles HTML rendering and provider communication automatically.

What is provider-agnostic email automation and how does it work?

Provider-agnostic email automation means sending outbound emails through different services like AgentMail and InkBox without changing your core payload structure. The wrapper accepts a standard JSON input and manages the provider-specific routing and branding.

Can I use Python to automate outgoing emails with consistent tenant branding?

Yes, you can use Python to automate outgoing emails with consistent tenant branding. The skill requires Python as a dependency and processes a JSON payload to apply custom branding rules before sending via AgentMail or InkBox.

Does email-send-pro work with both AgentMail and InkBox providers?

Yes, email-send-pro works with both AgentMail and InkBox providers. It supports provider-specific branding and handling, allowing you to route outbound emails through either service by specifying the from_inbox in your JSON payload.

What's the best way to structure a JSON payload for outbound email automation?

The best way to structure a JSON payload for outbound email automation is to include keys for tenant, to, subject, body, and from_inbox. This allows the wrapper to validate the data, apply HTML branding, and communicate with the specified provider.

Do I need to manually code HTML rendering when using email automation scripts?

No, you do not need to manually code HTML rendering when using these email automation scripts. The wrapper handles HTML rendering, validation, and provider communication automatically once you provide the JSON payload.