← 返回
未分类 Key 中文

163 Email Skill - SMTP Sender

163email skill - Send emails via 163 SMTP service with custom recipient, subject, content. Support CLI and Python import
163邮箱技能 - 通过163 SMTP服务发送邮件,支持自定义收件人、主题和内容。支持命令行和Python导入。
liubindashen liubindashen 来源
未分类 clawhub v1.2.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 494
下载
💾 1
安装
1
版本
#latest

概述

163email Skill - Email Sender

Send emails via 163 SMTP service. Support custom recipient, subject, content. Both CLI and Python module import calling methods are supported.

Features

  • Send plain text emails via 163 SMTP
  • One-click command line invocation
  • Python module import support
  • SSL encrypted transmission
  • Multiple recipients support

Usage

Method 1: Command Line

python send_email.py "recipient@example.com" "Test Subject" "Email content here"

Method 2: Python Import

from src.send_email import send_mail

send_mail(
    to="recipient@example.com",
    subject="Test Email",
    content="This is the email content"
)

Configuration

Set environment variables before use:

export CLAW_EMAIL="your_163_email@163.com"
export CLAW_EMAIL_AUTH="your_smtp_authorization_code"
export CLAW_SMTP_SERVER="smtp.163.com"  # optional
export CLAW_SMTP_PORT="465"  # optional

Or use in Python:

import os
os.environ["CLAW_EMAIL"] = "your_email@163.com"
os.environ["CLAW_EMAIL_AUTH"] = "your_auth_code"

Requirements

  • Python 3.6+
  • No third-party dependencies (uses smtplib, email standard library)

License

MIT

版本历史

共 1 个版本

  • v1.2.1 当前
    2026-05-03 08:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 467 📥 155,957
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 391 📥 148,237
knowledge-management

Arxiv Paper Downloader

liubindashen
从 arXiv 下载 47 篇以上核心 AI/ML 论文,提供针对智能体测试、自主智能体和大语言模型的精选合集
★ 0 📥 526