email-smtp-send

email smtp send

tiangong-ai 7 ↓ 6.6k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • Send outbound email via SMTP with env-configured credentials.
  • Attach local files into MIME email payload when requested.
  • Optionally append the sent message to IMAP sent mailbox for cross-client visibility.
  • Validate SMTP and sent-sync configuration before delivery.
  • Return machine-readable JSON status/error output.
  • check-config prints sanitized SMTP config + defaults + sent-sync config JSON.
  • send success prints one type=status JSON object containing:

Requirements & configuration

  • Sent-sync mode requires imapclient:

Configuration: SMTP_HOSTSMTP_PORTSMTP_SSLSMTP_STARTTLSSMTP_USERNAMESMTP_PASSWORDSMTP_FROMSMTP_CONNECT_TIMEOUT

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

email smtp send

Source

Repository: https://github.com/tiangong-ai/skills

email-smtp-send FAQ

What does the email-smtp-send skill do?

Send emails through SMTP with optional local attachments and optional IMAP APPEND sync to Sent mailbox. Use when tasks need reliable outbound email delivery, attachment sending, SMTP connectivity checks, or cross-client sent-mail visibility (for example appending to "Sent Items" after SMTP send). Send outbound email via SMTP with env-configured credentials. Attach local files into MIME email payload when requested.

What does email-smtp-send require?

Sent-sync mode requires imapclient: Configuration keys: SMTP_HOST, SMTP_PORT, SMTP_SSL, SMTP_STARTTLS, SMTP_USERNAME, SMTP_PASSWORD, SMTP_FROM, SMTP_CONNECT_TIMEOUT.

How do I install email-smtp-send?

Run: npx -y skills add https://github.com/tiangong-ai/skills --skill email-smtp-send --agent claude-code — the source lives at github.com/tiangong-ai/skills.

Maintain email-smtp-send?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

email-smtp-send on getagentictools
[![email-smtp-send on getagentictools](https://getagentictools.com/badge/skills/tiangong-ai-skills-email-smtp-send.svg)](https://getagentictools.com/skills/tiangong-ai-skills-email-smtp-send?ref=badge)
npx agentictools info skills/tiangong-ai-skills-email-smtp-send

The second line is the CLI lookup for this page — handy in READMEs and docs.