运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install email-send
镜像加速npx clawhub@latest install email-send --registry https://cn.longxiaskill.com
技能文档
技能基本信息
- 名称:Email Send — 快速发送邮件(SMTP)
- Slug:email-send
- 描述:使用
msmtp通过 SMTP 快速发送邮件,无需打开完整邮件客户端。
使用示例
暂无(原文未提供,请补充实际使用示例)配置指南
- 安装
msmtp:sudo apt-get install msmtp - 配置 SMTP 服务器设置(示例)
cat > ~/.msmtprc <
- 使用技能发送邮件:
msmtp -a default recipient@example.com < your_email_content.txt