@workermailer/smtp
SMTP
v0.1.4
SMTP client for Cloudflare Workers using TCP sockets, DSN, hooks, attachments, and queues.
- TCP socket SMTP from Cloudflare Workers
- Hooks, DSN, attachments, CID, and queues
- Type-safe envelopes and auth modes
SMTP v0.1.4 • Resend v0.1.0
Libraries
Use SMTP when you want TCP socket delivery, or Resend when you prefer the API-driven workflow. Both are built for Cloudflare Workers and share queue helpers.
@workermailer/smtp
v0.1.4
SMTP client for Cloudflare Workers using TCP sockets, DSN, hooks, attachments, and queues.
@workermailer/resend
v0.1.0
Resend API client for Cloudflare Workers, aligned with @workermailer/smtp patterns.
EmDash
Both SMTP and Resend include EmDash-ready sandbox bundles in their repositories so you can wire providers without waiting on new API guesses.
If you are evaluating EmDash, start with the SMTP bundle for direct socket delivery, or use Resend when you prefer API-based sending. The libs page keeps links aligned with the current packages.