email-sendSend a quick email via SMTP using `msmtp` without opening a full mail client.
Install via ClawdBot CLI:
clawdbot install Xejrax/email-sendSend a quick email via SMTP without opening the full himalaya client. Requires SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASS env vars.
Send a basic email:
echo "Meeting at 3pm tomorrow." | msmtp recipient@example.com
Send with subject and headers:
printf "To: recipient@example.com\nSubject: Quick update\n\nHey, the deploy is done." | msmtp recipient@example.com
--cc -- carbon copy recipients--bcc -- blind carbon copy recipients--attach -- attach a filesudo dnf install msmtp
Generated Mar 1, 2026
IT administrators use this skill to send automated email alerts for server monitoring or security incidents. It integrates with cron jobs or scripts to notify teams of critical events without manual intervention, ensuring timely responses to system issues.
Marketing teams automate email updates for campaign performance reports or customer newsletters. By piping data into msmtp, they can quickly distribute insights to stakeholders, streamlining communication and reducing reliance on bulky email clients.
DevOps engineers configure CI/CD pipelines to send email confirmations upon successful deployments or failures. This skill allows lightweight integration with tools like Jenkins or GitLab to keep development teams informed in real-time.
Support teams use this skill to send automated email responses for ticket status changes or resolutions. It helps maintain consistent communication with customers by triggering emails from backend systems without manual input.
Offer a service that integrates this skill into existing SaaS platforms for automated email notifications, charging a subscription fee based on usage volume. This model targets businesses needing lightweight, scriptable email capabilities without full client overhead.
Provide consulting services to help companies implement and customize this skill for specific workflows, such as alert systems or reporting tools. Revenue comes from project-based fees and ongoing support contracts.
Generate revenue by offering paid support, training workshops, and documentation enhancements for using this skill in enterprise environments. This model leverages community adoption to sell premium services around the open-source tool.
💬 Integration Tip
Set environment variables like SMTP_HOST and SMTP_PASS securely in scripts or configuration files to avoid hardcoding credentials, ensuring safe automation.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip.188.com.
Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Automatically logs into email accounts (Gmail, Outlook, QQ Mail, etc.) and generates daily email summaries. Use when the user wants to get a summary of their emails, check important messages, or create daily email digests.
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.