send-email
This skill enables AI agents to compose and transmit emails with customizable subject lines and message bodies. It integrates with the pywayne ecosystem to provide a straightforward, production-ready approach to email delivery within agent workflows.
send-email enables you to transmit emails through SMTP by configuring your email provider credentials and specifying recipient addresses, subject lines, and message body content. The skill handles the SMTP connection setup and authentication, allowing you to send emails directly from your agent workflows with minimal configuration overhead.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-21
send-email enables you to transmit emails through SMTP by configuring your email provider credentials and specifying recipient addresses, subject lines, and message body content. The skill handles the SMTP connection setup and authentication, allowing you to send emails directly from your agent workflows with minimal configuration overhead.
Use it when
- Yes, send-email supports attaching files to emails and sending them via SMTP.
- send-email is configured to authenticate with multiple email providers including Gmail, Outlook, QQ, 163, and 126.
Verify before relying
Read SKILL.md below before installing (6 files). Open directory: indexed for reading, not audited.
Install
wangyendt/wayne-skills/send-email · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I send email via SMTP using send-email?
send-email enables you to transmit emails through SMTP by configuring your email provider credentials and specifying recipient addresses, subject lines, and message body content. The skill handles the SMTP connection setup and authentication, allowing you to send emails directly from your agent workflows with minimal configuration overhead.
Can send-email attach files to emails and send them?
Yes, send-email supports attaching files to emails and sending them via SMTP. You can specify one or multiple file paths when composing your email, and the skill will handle the attachment encoding and transmission as part of the email delivery process.
What email providers does send-email support for authentication?
send-email is configured to authenticate with multiple email providers including Gmail, Outlook, QQ, 163, and 126. Each provider has specific authentication requirements; for example, Gmail typically uses app passwords, while QQ and 126 mail require authorization codes. send-email abstracts these differences to simplify multi-provider email automation.
Does send-email support email templates with variable substitution?
send-email includes support for email templates with variable substitution, allowing you to create reusable email templates and dynamically insert values at send time. This feature is particularly useful for generating personalized bulk emails or notification systems where content varies based on recipient or context data.
Can send-email convert Markdown content to styled HTML emails?
send-email can automatically convert Markdown content to styled HTML emails, enabling you to compose professional, formatted messages using simple Markdown syntax. This feature streamlines the creation of visually appealing email notifications and reports without requiring manual HTML formatting.
How does send-email integrate with the pywayne ecosystem?
send-email is built as part of the pywayne ecosystem to provide a production-ready, straightforward approach to email delivery within agent workflows. It integrates seamlessly with other pywayne skills and components, allowing AI agents to compose and transmit emails as part of larger automation sequences with consistent interfaces and error handling.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Send Email
Send emails via SMTP using Python with support for plain text, HTML formatting, file attachments, and template-based emails.
Key Features
- Default Sender Email: Automatically uses
agent_skill_test@126.comwhen no sender is specified - Automatic Markdown to HTML: Detects Markdown content and converts to beautifully styled HTML
- Multiple Email Providers: Supports Gmail, Outlook, QQ Mail, 163/126 Mail, and custom SMTP
- File Attachments: Attach multiple files to emails
- Email Templates: Use template files with variable substitution
Interactive Email Sending Flow
This skill guides you through the email sending process step by step.
Step 1: Collect Basic Email Information
Ask the user for the following required information. If any is missing, prompt the user to provide it:
| Information | Description | Example
(truncated - see the full file via the links below)
File tree — 6 files
send-email/SKILL.md
send-email/assets/report-summary.html
send-email/assets/simple-notification.html
send-email/references/smtp-servers.md
send-email/requirements.txt
send-email/scripts/send_email.py
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Send an email to a recipient with subject and body content”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This skill enables you to connect to email servers using IMAP and SMTP protocols, allowing you to retrieve messages, check inboxes, and manage email operations programmatically. Integrate email functionality into your workflows with straightforward protocol support for both reading and sending capabilities.
This skill enables agents to connect to IMAP-compatible email servers for reading, searching, and retrieving messages. It provides core email access capabilities for building intelligent workflows that interact with standard email protocols and inbox management tasks.
This skill enables you to send emails directly through Gmail's SMTP servers using secure App Password authentication. Perfect for automating email notifications, alerts, and communications within your applications or workflows without managing complex OAuth flows.
email-sender enables you to integrate email delivery directly into your applications using SMTP. Configure your mail server settings and trigger messages programmatically to automate notifications, alerts, and communications at scale.
Gmail Skill lets you read, search, send, and draft emails directly from Gmail, plus look up contacts from Google Contacts. It supports multiple accounts and requires explicit confirmation before sending any message.
Gmail skill provides lightweight email management for Google Workspace accounts without requiring a full MCP server. Search emails using Gmail's query syntax, read message content, send emails with CC/BCC support, create and send drafts, and manage labels like archiving, starring, and marking as read.
More skills Google Gmail (NOASSERTION)