Transactional email vs email marketing
Transactional messages include password resets, account verification, receipts, invoices, notifications, and security alerts. Hyvor Relay, useSend, Plunk, and DoubleZero are closer to transactional sending. Marketing email includes newsletters, product announcements, and promotional campaigns; Listmonk, Sendportal, Billion Mail, Notifuse, and Hyvor Post focus more heavily on subscribers and campaigns.
Resend vs useSend
useSend is a close architectural fit if you already use or are willing to configure Amazon SES. It adds a developer API, SMTP, contacts, campaigns, analytics, suppressions, and SDKs while SES handles delivery. You still need an AWS account, SES setup, and its sending limits and configuration.
Resend vs Plunk
Plunk goes further into email automation. Alongside transactional email, it offers campaigns, segments, contacts, triggered workflows, inbound email, SMTP, and analytics. This can consolidate transactional and marketing workflows, though it remains smaller than Resend's ecosystem.
Resend vs Hyvor Relay
Hyvor Relay goes deeper into delivery infrastructure by providing tools to operate SMTP sending rather than relying on a separate provider such as SES. You gain more control and take responsibility for IP reputation, DKIM, SPF, reverse DNS, bounce handling, blocklists, and delivery monitoring.
AWS SES-based alternatives
useSend provides an application and API layer around SES. Sessy adds event observability to SES but does not send messages. Wraps deploys code-first email infrastructure into your AWS account. DoubleZero has historically used SES but has low recent activity. Sendune is presented as an AWS SES platform, but its public MIT repository contains a standalone email designer rather than the complete Sendune product, so do not infer that the full platform is open source from that repository.
Running your own SMTP infrastructure
Billion Mail and Hyvor Relay move toward operating the delivery layer itself. This gives the most control and the most operational work: DKIM, SPF, DMARC, reverse DNS, IP reputation, bounce and complaint processing, suppression lists, abuse prevention, and monitoring. For many small teams, an open-source application using SES is simpler than maintaining an outbound mail server.
Source available and project maintenance
License and maintenance status differ across this list. Sessy currently uses the O'Saasy License, which is source available rather than OSI open source. Sendune's MIT repository is only its email designer, not the full platform. DoubleZero and Sendportal have low recent activity, so assess maintenance before building a production dependency on them.