🧪 Skills
Openclaw Email Bypass
Send emails via Google Apps Script when traditional SMTP ports (25/465/587) are blocked. Secure and self-hosted.
v0.1.2
Description
name: openclaw-email-bypass description: Send emails via Google Apps Script when traditional SMTP ports (25/465/587) are blocked. Secure and self-hosted. homepage: https://github.com/RISHIKREDDYL/openclaw-email-bypass metadata: {"clawdbot":{"emoji":"✉️","requires":{"bins":["python3"]},"install":[{"id":"pip","kind":"exec","command":"pip3 install requests","label":"Install python requests"}]}}
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_URLandGOOGLE_SCRIPT_TOKENenvironment variables. - Data Flow:
agent -> Python Client -> HTTPS (TLS) -> Google Script -> Recipient. - Zero Persistence: No emails are stored on the relay.
🚀 Quick Start
- Deploy Relay: Use the code in
assets/Code.gsfor your Google Apps Script project. - Set Env Vars: Configure
GOOGLE_SCRIPT_URLandGOOGLE_SCRIPT_TOKEN. - Send Email:
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
- Setup Guide - Step-by-step deployment.
- Usage Examples - Pattern library.
Created by RISHIKREDDYL 🐉 We ride together.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!