跳至主要内容
小龙虾小龙虾AI
🤖

Email Send

Send a quick email via SMTP using `msmtp` without opening a full mail client.

下载2.4k
星标0
版本1.0.0
通讯协作
安全通过

技能说明


name: email-send description: "Send a quick email via SMTP using msmtp without opening a full mail client." metadata: { "openclaw": { "emoji": "📧", "requires": { "bins": ["msmtp"] }, "install": [ { "id": "dnf", "kind": "dnf", "package": "msmtp", "bins": ["msmtp"], "label": "Install msmtp (dnf)", }, ], }, }

Email Send Skill

Send a quick email via SMTP without opening the full himalaya client. Requires SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASS env vars.

Sending Email

Send a basic email:

echo "Meeting at 3pm tomorrow." | msmtp recipient@example.com

Send with subject and headers:

printf "To: recipient@example.com\nSubject: Quick update\n\nHey, the deploy is done." | msmtp recipient@example.com

Options

  • --cc -- carbon copy recipients
  • --bcc -- blind carbon copy recipients
  • --attach <file> -- attach a file

Install

sudo dnf install msmtp

如何使用「Email Send」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Email Send技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能