What Is Resend? And Why Slim Minima Uses It for Email

Resend is the service that delivers contact-form emails from a Slim Minima site to your inbox. Here is what it is, why we recommend it, and how it connects.

A row of colourful metal mailboxes outdoors, representing email notifications arriving reliably in an inbox

When someone fills in a contact form on a Slim Minima site, two things should happen. The message should be saved, and you should get an email about it. The saving happens in the database no matter what. The email is where Resend comes in.

Resend is an email service built for developers, focused on one thing most providers get wrong: actually landing in the inbox instead of the spam folder. On a Slim Minima site it is the recommended way to turn a form submission into an email notification you reliably receive.

Before going further, the honest framing: email is optional. A Slim Minima contact form always stores submissions in the database and shows them in the admin inbox, with or without email set up. Resend adds the notification on top, so you find out the moment a message arrives rather than having to check the panel.

This article covers what Resend is, why it is the recommendation, and exactly how it connects. Figures came from Resend's official pricing and documentation, checked in June 2026.

What Resend actually is

Resend is a service for sending email from software. The category is usually called transactional email: password resets, receipts, and, in this case, contact-form notifications.

A few things set it apart:

  • It is built by the team behind React Email, a widely used open-source library for building email templates. That heritage shows in how clean the product is to work with.
  • It is built around deliverability. Getting email to actually arrive is a surprisingly hard problem, and Resend's whole pitch is doing it well.
  • It verifies your sending domain properly, using the standard email authentication records (SPF, DKIM, and DMARC). This is the part that keeps your messages out of spam.

You do not need to understand those acronyms to use it. They are DNS records you add once when you connect your domain, and Resend walks you through each one.

Why deliverability is the real reason

This is the point most "set up contact form email" guides skip, and it is the whole reason a dedicated email service exists.

If a website just tries to send email directly, or sends it from a mismatched address, mailbox providers like Gmail and Outlook treat it as suspicious and quietly drop it into spam, or refuse it entirely. You never see the message. The visitor thinks they contacted you. You think nobody did. That is the worst possible failure for a contact form, because it is silent.

Sending through Resend, from your own verified domain with the authentication records in place, tells the receiving mailbox that the email is legitimately from you. The notification lands in your actual inbox. For a form whose entire job is to bring you leads, that reliability is the point, not a nice-to-have.

How Resend works with Slim Minima

Here is the practical detail that matters. Slim Minima sends contact-form notifications over standard SMTP, the universal protocol for sending email. Resend provides SMTP access, so you connect the two by putting Resend's SMTP details into the site's email settings.

In the admin panel, under Settings, there is an email notifications section with standard SMTP fields. To use Resend, you fill them in like this:

  1. Verify your domain inside Resend by adding the DNS records it gives you.
  2. Create a Resend API key.
  3. In the Slim Minima email settings, set the SMTP host to Resend's host, the username to resend, and the password to your API key.
  4. Set the from address to one at your verified domain, and the to address to wherever you want submissions delivered.

That is the entire connection. Because Slim Minima speaks plain SMTP, this is also why Resend is a recommendation rather than a lock-in: any SMTP provider works in the same fields, including a Google Workspace mailbox or your existing email host. Resend is the default suggestion because its free tier and deliverability are hard to beat for this job.

One more useful behaviour: the email step never blocks the form. If email is not configured, or a send fails, the submission is still saved and still appears in your admin inbox. You never lose a message because of an email problem.

Why we recommend Resend

  • Deliverability is its core competence. Form notifications reach your inbox instead of spam.
  • The free tier is enough for a contact form. Most marketing sites send far fewer messages than the free limits allow.
  • Domain setup is guided. Resend hands you the exact DNS records and checks them for you.
  • It connects over plain SMTP. No custom integration, no lock-in, and easy to swap for another provider later.
  • No credit card to start. You can have it working before deciding to spend anything.

What the free tier covers

Resend's free plan gives you:

  • 3,000 emails per month
  • 100 emails per day
  • 1 custom domain
  • 30 days of email history

For a contact form, this is generous. A busy small-business site might receive a few hundred enquiries a month, well inside both the monthly and daily limits. The daily cap of 100 is the one to keep in mind only if you ever use the same account to send a larger one-off batch, which a contact form alone will not do.

The free plan needs no credit card. The first paid tier, Pro, is 20 US dollars a month and lifts the allowance to 50,000 emails, which is far beyond what contact notifications require. You would only reach for it if you started using the account for genuine email marketing as well.

When you would upgrade

For contact-form notifications, the free tier is usually the end of the story. You would move to Pro if:

  • You send more than 3,000 emails a month, which for a contact form would be unusual.
  • You need more than one verified domain on the account.
  • You start sending marketing campaigns or newsletters from the same account and want the headroom.

For most Slim Minima sites, none of those apply, and Resend stays free.

Frequently asked questions

Is Resend free? Yes. The free plan covers 3,000 emails a month and 100 a day, with one custom domain, and needs no credit card. For a contact form that is more than enough. The paid Pro plan at 20 US dollars a month raises the limit to 50,000 emails, which you would only need if you also sent marketing email.

Do I need email set up for my contact form to work? No. Every contact-form submission is saved in the database and shown in the admin inbox whether or not email is configured. Resend adds an instant notification on top, so you hear about a message without checking the panel. It is recommended, not required.

How does Resend connect to a Slim Minima site? Slim Minima sends notifications over standard SMTP, and Resend provides SMTP access. You verify your domain in Resend, create an API key, and enter Resend's SMTP host with the username resend and your API key as the password in the site's email settings. That is the whole setup.

Why use Resend instead of just sending email directly? Email sent without proper domain authentication usually lands in spam or gets rejected, and a contact form failing silently is the worst kind of failure. Sending through Resend from a verified domain, with the standard authentication records in place, gets your notifications into your real inbox.

Can I use a different email provider? Yes. Because the connection is plain SMTP, any SMTP provider works in the same fields, including a Google Workspace mailbox or your current email host. Resend is the recommended default because of its free tier and deliverability, not a requirement.

Related reading

My verdict

Resend is the right default for one specific job: making sure a contact-form message actually reaches your inbox. The form works without it, but the value of a form is the lead landing in front of you, and that is exactly what reliable delivery buys. It is free for the volumes a marketing site sees, it connects over plain SMTP so you are never locked in, and the setup is a one-time afternoon at most.

#what is resend#resend free tier#resend email api#transactional email