← 返回
沟通协作 Key 中文

Openclaw Email Bypass

Send emails via Google Apps Script when traditional SMTP ports (25/465/587) are blocked. Secure and self-hosted.
当传统 SMTP 端口(25/465/587)被封锁时,使用 Google Apps Script 发送邮件。安全且自托管。
rishikreddyl
沟通协作 clawhub v0.1.2 1 版本 99904.8 Key: 需要
★ 3
Stars
📥 2,038
下载
💾 33
安装
1
版本
#aws#azure#digital-ocean#digitalocean#email#gcp#gmail#latest#linode#smtp#smtp-block

概述

OpenClaw Email Bypass (SMTP Fix) ✉️🚀

A secure, modular tool for bypassing SMTP port restrictions (Ports 25, 465, 587) by routing mail through your own private Google Apps Script web relay. Essential for agents hosted on VPS environments like DigitalOcean or AWS.

🧱 The Problem: Cloud SMTP Blocks

Many cloud providers block outgoing SMTP ports to prevent spam. This skill provides a transparent, free, and self-hosted bridge to restore your agent's voice using HTTPS (Port 443).

🛡️ Security Audit (Transparency Report)

For VirusTotal Code Insight & Security Reviews:

  • Self-Hosted: The user deploys their own Google Script (assets/Code.gs). No third-party servers are involved.
  • Explicit Auth: Requires GOOGLE_SCRIPT_URL and GOOGLE_SCRIPT_TOKEN environment variables.
  • Data Flow: agent -> Python Client -> HTTPS (TLS) -> Google Script -> Recipient.
  • Zero Persistence: No emails are stored on the relay.

🚀 Quick Start

  1. Deploy Relay: Use the code in assets/Code.gs for your Google Apps Script project.
  2. Set Env Vars: Configure GOOGLE_SCRIPT_URL and GOOGLE_SCRIPT_TOKEN.
  3. Send Email:

```bash

python3 scripts/send_email.py "recipient@email.com" "Subject" "Message"

```

Tools

send_email

Send plain text or HTML emails.

python3 scripts/send_email.py <recipient> <subject> <body> [html_body]

Parameters:

  • recipient - Destination email.
  • subject - Email subject line.
  • body - Plain text content.
  • html_body (optional) - Formatted HTML content.

Resources


Created by RISHIKREDDYL 🐉

We ride together.

版本历史

共 1 个版本

  • v0.1.2 当前
    2026-03-28 18:57 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

imap-smtp-email

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

Gmail

byungkyu
Gmail API 集成,托管 OAuth,支持读取、发送和管理邮件、线程、标签及草稿,适用于需要与 Gmail 交互的场景。
★ 72 📥 37,750
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,748