← 返回
沟通协作 Key 中文

Mail Sender SMTP

Send emails via SMTP. Use when the user needs to send an email with a custom subject and body. This skill requires SMTP configuration (server, port, user, pa...
发送邮件通过 SMTP。当用户需要发送带有自定义主题和正文的电子邮件时使用。该技能需要 SMTP 配置(服务器、端口、用户名、密码)。
jaskies
沟通协作 clawhub v1.0.0 1 版本 99829.1 Key: 需要
★ 0
Stars
📥 584
下载
💾 8
安装
1
版本
#latest

概述

Mail Sender

This skill allows the agent to send emails using a standard SMTP server (like Gmail, Outlook, etc.).

Setup

The skill uses the following environment variables for configuration:

  • SMTP_SERVER: (e.g., smtp.gmail.com)
  • SMTP_PORT: (e.g., 587)
  • SMTP_USER: Your email address
  • SMTP_PASS: Your app-specific password
  • FROM_EMAIL: The sender's email (optional, defaults to SMTP_USER)

Usage

To send an email, use the bundled script:

python3 skills/public/mail-sender/scripts/send.py \
  --to-email "recipient@example.com" \
  --subject "Hello from OpenClaw" \
  --body "This is a test email sent via the mail-sender skill."

Security Note

For Gmail, use an App Password instead of your primary account password. Never hardcode credentials in the script or conversation history.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 21:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,583
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 113 📥 52,399
developer-tools

Backup Full System

jaskies
完整备份OpenClaw系统(含数据库、配置与存储)并上传至云端。需安装rclone或对应上传工具。
★ 0 📥 683