---
title: "Send Supabase auth email over SMTP"
description: "Magic links and confirmations from your verified domain."
url: https://www.unitpost.com/guides/smtp/supabase
section: SMTP
updated: 2026-08-28
---
# Send Supabase auth email over SMTP

## Connection settings

- **Host**: smtp.unitpost.com
- **Username**: unitpost (always this literal value)
- **Password**: Your Unitpost API key (must carry emails:send)
- **Port (STARTTLS)**: 587 (or 2587 if blocked)
- **Port (implicit TLS)**: 465 (or 2465 if blocked)
- **From address**: Any address on a verified domain

## Send Supabase auth email over SMTP

> Magic links and confirmations from your verified domain.

Point Supabase's custom SMTP at Unitpost so auth emails send from your own verified domain — and skip Supabase's built-in auth-email rate limits.

### 1. Open Supabase SMTP settings

In the Supabase dashboard go to Project Settings → Authentication → SMTP Settings and enable Custom SMTP.

### 2. Enter your Unitpost credentials

- Host: smtp.unitpost.com
- Port: 587
- Username: unitpost
- Password: Your Unitpost API key
- Sender email: auth@yourdomain.com (verified)
- Sender name: Your app name

> The sender email must be on a domain you've verified in Unitpost, or sends are rejected with a 550.

### 3. Save and send a test

Save the settings, then trigger a magic link or signup confirmation. Supabase renders its own auth templates; Unitpost just delivers them.

### 4. Confirm delivery

The auth email shows up in your Unitpost Activity view with full tracking.

Because delivery now runs through Unitpost, your plan's sending limits apply instead of Supabase's default auth-email throttle.

## Related

- [Send WordPress email over SMTP](https://www.unitpost.com/guides/smtp/wordpress): WP Mail SMTP pointed at Unitpost instead of PHP mail().
- [Send Auth0 email over SMTP](https://www.unitpost.com/guides/smtp/auth0): Verification, welcome, and reset mail from your domain.
- [Send email from Rails over SMTP](https://www.unitpost.com/guides/smtp/rails): Action Mailer pointed at Unitpost.
