Skip to main content
Back to registry

send-email

resend/resend-skills

Installs458
Install command
npx skills add https://github.com/resend/resend-skills --skill send-email
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Resend provides two endpoints for sending emails: Choose batch when: Choose single when: Always implement these for production email sending. See references/best-practices.md for complete implementations. Prevent duplicate emails when retrying failed requests. Endpoint: POST /emails (prefer SDK over cURL) *Parameter naming varies by SDK (e.g., replyTo in Node.js, reply_to in Python). See references/single-email-examples.md for all SDK implementations with error handling and retry logic. Endpoint: POST /emails/batch (but prefer SDK over cURL) Since the entire batch fails on any validation error, validate all emails before sending: See references/batch-email-examples.md for all SDK implementations with validation, error handling, and retry logic. For sends larger than 100 emails, chunk into multiple batch requests: See references/batch-email-examples.md for complete chunking implementations. Follow these practices to maximize inbox placement.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does send-email do?

send-email is listed in SkillJury, but the source summary is still sparse.

Is send-email good?

send-email does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does send-email work with?

send-email currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to send-email?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install send-email?

npx skills add https://github.com/resend/resend-skills --skill send-email

Related skills

More from resend/resend-skills

Related skills

Alternatives in Software Engineering