agentpmt-tool-smtp-email-delivery-service-41dace

Send emails with attachments and priority settings via SMTP.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-smtp-email-delivery-service-41dace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentpmt-tool-smtp-email-delivery-service-41dace
Source: https://github.com/firef1ie/OpenClawSkills/tree/main/openclaw-agentpmt-tool-smtp-email-delivery-service-41dace
Command: npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-smtp-email-delivery-service-41dace

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of sending emails through any standard SMTP server, enabling AI agents and automation workflows to communicate programmatically.

Core Features & Use Cases

  • SMTP Email Sending: Send emails using various SMTP servers (Gmail, Outlook, custom) with support for encryption (SMTPS, STARTTLS).
  • Rich Content: Supports plain text and HTML bodies, allowing for formatted emails, newsletters, and branded communications.
  • Attachments: Send files (documents, images) as base64-encoded attachments.
  • Flexible Recipients: Supports single, array, or comma-separated lists for 'to', 'cc', and 'bcc' fields.
  • Priority Levels: Set email priority to 'low', 'normal', or 'high'.
  • Use Case: An e-commerce AI agent needs to send order confirmation emails with attached invoices to customers. This Skill can be used to construct and send these emails automatically after a successful transaction.

Quick Start

Use the agentpmt-tool-smtp-email-delivery-service-41dace skill to send an email with the subject 'Test Email' and body 'This is a test email.' to '[email protected]'.

Frequently Asked Questions about agentpmt-tool-smtp-email-delivery-service-41dace

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

FAQPage Schema
How do I send emails via SMTP from an AI automation workflow?

This Skill sends emails via SMTP from AI agents by handling plain text and HTML content, attachments, and CC/BCC recipients through AgentPMT's external API. It integrates with common providers like Gmail and Outlook for automated workflow communication.

Can I send emails with attachments and HTML content using SMTP?

Yes, this Skill supports sending emails with attachments and HTML content via SMTP. It handles rich HTML bodies for formatted newsletters and encodes files like documents or images as base64 attachments, alongside standard plain text alternatives.

Does this SMTP email delivery service work with Gmail and Outlook?

Yes, this SMTP email delivery service works with Gmail and Outlook. It integrates with common email providers and supports encryption protocols including SMTPS and STARTTLS to ensure secure authenticated message delivery from automation workflows.

What authentication is required to send SMTP emails through AgentPMT?

Sending SMTP emails through AgentPMT requires wallet signatures for authenticated access and uses a credit-based transaction model. This authentication mechanism secures the external API calls used to deliver automated emails from your workflows.

How do I set email priority and manage CC/BCC recipients in automated emails?

This Skill allows you to set email priority levels to low, normal, or high, and accepts single, array, or comma-separated lists for CC and BCC recipient fields. This enables flexible delivery configurations for your automated email workflows.