productivity-skill beginner active

Smtp Send

Agent workflows that cannot send email need a human to deliver every alert. Notification pipelines without SMTP support stay permanently manual. Send email from any SMTP server inside OpenClaw.

What breaks without openclaw smtp skill

Silent agent failures with no email alerts. Manual notification delivery from automated workflows. SMTP setup blocked every time.

Automated email alerts from any OpenClaw workflow × universal SMTP support ÷ 5–10 minutes ÷ zero manual notification steps = fully headless pipelines.

openclaw smtp skill — what it actually does

01
Send alert emails from any OpenClaw workflow when conditions trigger.
02
Support any SMTP provider including self-hosted and third-party servers.
03
Configure TLS with SMTP_SECURE=true for modern server requirements.
04
Use app passwords for Gmail and Outlook to bypass auth restrictions.
05
Chain SMTP send with monitoring skills for automated incident notification.

Security check — openclaw smtp skill

Privacy score: 7/10 — accesses connected platform APIs only. Lock it: review OAuth scopes before install, confirm macOS, Linux; OpenClaw ≥1.0 compatibility.

Quick start — openclaw smtp skill in 5–10 minutes

Setup time: 5–10 minutes

!
You need:
  • OpenClaw core
  • SMTP server credentials

Install the package:

# Install via ClawhHub
clawhub install xiwan/smtp-send
1
Set SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASS in .env
2
Install the skill
3
Run /smtp send --to <addr> --subject <s> --body <b>
4
Verify delivery in the recipient inbox

Troubleshooting openclaw smtp skill

1
1. TLS must be enabled for most modern SMTP servers — set SMTP_SECURE=true in .env
2
2. Gmail and Outlook require app passwords — regular account passwords are rejected

Compatibility & status

Works with: macOS, Linux; OpenClaw ≥1.0 beginner Last updated: Oct 2025 ★ 145 on GitHub MIT

Official docs →

View on GitHub →

Related — more like openclaw smtp skill

Every alert your agent cannot send forces a human to watch a dashboard all day. Install in under 10 minutes and make every workflow notification automatic.

Get it on GitHub →