원클릭으로
email-send
Send a quick email via SMTP using `msmtp` without opening a full mail client.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Send a quick email via SMTP using `msmtp` without opening a full mail client.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Get an email address without your human. Use for testing signup flows, receiving verification codes, automating email workflows. Free.
Automated cold email outreach pipeline using Resend API. Builds prospect lists from government databases or web scraping, enriches with contact info, sends personalized cold emails with drip follow-ups, and tracks responses. Use when setting up cold email campaigns, building lead lists, automating email outreach, prospecting businesses, sending drip sequences, or managing email deliverability.
Complete cold email system teaching research-driven personalization, "poke the bear" openers, custom signal hunting, and strict QA.
Writes personalized cold emails that actually get replies
Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding transactional vs marketing.
Email marketing design with layout patterns, subject line formulas, and deliverability rules. Covers welcome sequences, promotional emails, transactional templates, and mobile optimization. Use for: email marketing, newsletter design, drip campaigns, email templates, transactional emails. Triggers: email design, email template, email marketing, newsletter design, email layout, email campaign, drip campaign, welcome email, promotional email, transactional email, email subject line, email header image, email banner
| name | email-send |
| description | Send a quick email via SMTP using `msmtp` without opening a full mail client. |
| metadata | {"openclaw":{"emoji":"📧","requires":{"bins":["msmtp"]},"install":[{"id":"dnf","kind":"dnf","package":"msmtp","bins":["msmtp"],"label":"Install msmtp (dnf)"}]}} |
Send 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 <file> -- attach a filesudo dnf install msmtp