sc-resend

Solid

(STUB / NOT IMPLEMENTED YET) Transactional email via Resend — verify sender domain DNS (DKIM/SPF/DMARC), create API keys, send template-based emails. Pairs with sc-cf or lib/hostinger.js for the DNS record creation step.

AI & Automation 12 stars 2 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
37
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /sc-resend — Resend (STUB) > **Status:** boilerplate only. ## Scope when implemented - **Domain verification**: register a sending domain with Resend, fetch the DKIM/SPF/DMARC records it requires, then create them via `sc-cf` or `lib/hostinger.js` automatically — no manual DNS copy-paste. - **API key** rotation per project, scoped to the verified domain. - **Audience** creation for broadcast lists (optional). - **Smoke send** to a verified recipient to confirm DNS propagation. ## Sender identity policy Sender identity is project configuration, not repository-global policy. Use one explicitly verified Resend domain/account selected by the user and keep the visible project name separate from the sender address: ```text From: <Project Name> <transactional@example.com> Reply-To: <optional monitored mailbox> ``` Do not infer a sender address from the application hostname. A project hosted at `app.example.com` may legitimately send from a different verified domain. Keep the project-local contract explicit: ```text EMAIL_FROM_ADDRESS=transactional@example.com EMAIL_PROJECT_NAME=<Project Name> EMAIL_PROJECT_TAG=<project-slug> EMAIL_REPLY_TO= ``` Framework adapters may map these values into native variables, but the selected project configuration remains the source of truth. Never bake another project's domain, sender, or display name into this skill. ## Env vars | Var | Purpose | |---|---| | `RESEND_API_KEY` | `re_...` server key | | `RESEND_FROM_DOMAIN` | The verified ...

Details

Author
rahmanef63
Repository
rahmanef63/si-coder-agent
Created
5 months ago
Last Updated
2 days ago
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category