Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
CommunicationMédio

Email SMTP Send

portiangong-ai·tiangong-ai· v1.0.0 · atualizado em 2026-04-10
80
Score

Send emails through an SMTP server using environment-based credentials and message fields. Use when tasks need reliable outbound email delivery (single or repeated recipients), SMTP connectivity checks, or scripted test sends.

emailsmtpemail-automationemail-sendingemail-configurationemail-deliveryemail-scripting
Linguagens
PythonShell
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdemail-smtp-send/workflow
1. Configure SMTP environment variables (host, port, credentials).
2. Validate SMTP configuration using `scripts/smtp_send.py check-config`.
3. Prepare email parameters (recipient, subject, body, etc.).
4. Execute the `scripts/smtp_send.py send` command with the required parameters.
5. Check the output for success or error messages.
6. Log the email sending status and any errors encountered.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Árvore do Skill

Email SMTP Send
email-smtp-send
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.EVALUATE
5.REFLECT
Triggers8
send an email via SMTPcheck SMTP configurationsend a test emaildeliver email using SMTPvalidate SMTP settingssend email with attachmentssend email to multiple recipientssend email with cc and bcc

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download email-smtp-send
$ synaptic skills detail email-smtp-send
$ synaptic skills live email-smtp-send

Dependências

python3smtplib

Links

GitHub Repository