Communityv1.0.0

Custom Smtp Sender

A skill to send emails with support for markdown, HTML text, and attachments, leveraging existing SMTP configuration in `/home/bb/.openclaw/smtp-config.json`. Includes retry logic and logging.

2.1kdownloads1stars3active installsscccmsd
View on ClawHubBack to Skills

Skill Details

Slug
custom-smtp-sender
Latest Version
1.0.0
Author
scccmsd
Published
Feb 5, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Custom Smtp Sender.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release of custom-smtp-sender: - Send emails via an existing SMTP configuration file. - Supports markdown-to-HTML conversion and sending HTML-formatted messages. - Allows attaching multiple files to emails. - Implements retry logic for temporary send failures. - Logs sent messages and errors for auditing and troubleshooting.