I like Resend's developer experience, but I need email infrastructure with Australian data residency. What alternatives should I consider, and are there any important differences in hosting, compliance, features, or setup complexity?
4 Answers
Amazon SES in the Sydney region (ap-southeast-2) is a reliable option if you already use AWS. It usually involves more setup than Resend, though—you’ll need verified identities, configuration sets, and services such as SNS if you want event notifications or webhooks.
SendBunny may also be worth investigating as an alternative. I’d compare its API, delivery events, logs, retention policies, and support for Australian storage before making a decision.
Dingo Mail looks like one of the more direct Australian alternatives. Outpost is another option worth checking if you want something closer to Resend’s developer experience. The better choice probably depends on whether Australian hosting or the specific API and feature set matters more to you.
Be careful about what “Australian data residency” actually covers. Some providers host their sending infrastructure in Australia but store application data, event history, backups, or logs elsewhere. Confirm the location of every relevant data store, not just the mail servers.

That’s helpful. I’m already using AWS, but I was hoping to avoid rebuilding too much of the simpler Resend workflow.