Install
openclaw skills install openclaw-email-bypassSend emails via Google Apps Script when traditional SMTP ports (25/465/587) are blocked. Secure and self-hosted.
openclaw skills install openclaw-email-bypassA 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.
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).
For VirusTotal Code Insight & Security Reviews:
assets/Code.gs). No third-party servers are involved.GOOGLE_SCRIPT_URL and GOOGLE_SCRIPT_TOKEN environment variables.agent -> Python Client -> HTTPS (TLS) -> Google Script -> Recipient.assets/Code.gs for your Google Apps Script project.GOOGLE_SCRIPT_URL and GOOGLE_SCRIPT_TOKEN.python3 scripts/send_email.py "recipient@email.com" "Subject" "Message"
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.Created by RISHIKREDDYL 🐉 We ride together.