smtp-email-delivery-service

Send SMTP emails with HTML or text bodies, attachments, and priority levels.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/AgentPMT/agent-skills --skill smtp-email-delivery-service
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smtp-email-delivery-service
Source: https://github.com/AgentPMT/agent-skills/tree/main/skills/smtp-email-delivery-service
Command: npx skills add https://github.com/AgentPMT/agent-skills --skill smtp-email-delivery-service

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the sending of emails through any standard SMTP server, including support for HTML content, attachments, and priority settings, simplifying transactional and notification emails for AI agents.

Core Features & Use Cases

  • SMTP Email Sending: Send emails using various SMTP servers (Gmail, Outlook, custom).
  • Rich Content: Supports plain text and HTML bodies for formatted emails.
  • Attachments: Allows sending files like PDFs and images as attachments.
  • Use Case: Automatically send a welcome email with a PDF attachment to new users who sign up for a service.

Quick Start

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

Frequently Asked Questions about smtp-email-delivery-service

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

FAQPage Schema
How do I send transactional emails with attachments via SMTP?

To send transactional emails with attachments via SMTP, you can programmatically transmit messages through standard servers, encoding file attachments like PDFs and images in Base64 to ensure reliable delivery.

Can I use this SMTP email service with Gmail or Outlook?

Yes, you can use this SMTP service with Gmail, Outlook, or custom servers. It supports sending plain text or HTML emails to multiple recipients across To, CC, and BCC fields using any standard SMTP configuration.

Does this tool support HTML formatting and priority levels for automated notifications?

Yes, this tool supports HTML formatting and priority levels for automated notifications. It enables AI agents to send rich content emails with configurable priority, integrating with external API endpoints using wallet signatures and credit-based payments.

What is the best way to automate sending a welcome email with a PDF attachment?

The best way to automate sending a welcome email with a PDF attachment is to configure an AI agent to invoke this Skill, passing the recipient address, HTML body, and the Base64-encoded PDF file to the SMTP server.

Do I need wallet signatures to send emails through this SMTP automation service?

Yes, you need wallet signatures to send emails through this SMTP automation service. It integrates securely with external AgentPMT API endpoints, requiring wallet signatures and credit-based payments to authorize programmatic email transmissions.