SMTP
Send Supabase Auth email with SMTP
Configure Supabase Auth confirmation, magic link, invite, and reset emails to use Parcel Wing SMTP.
SMTP settings
Copy the exact values from your in-app Settings page. Most accounts use these defaults.
SettingValue
Host
smtp.parcelwing.comPort
587Security
STARTTLSUsername
parcelwingPassword
Any active Parcel Wing API keyConfigure Supabase
- Open your Supabase project dashboard.
- Go to Authentication, then email or SMTP settings.
- Enable custom SMTP.
- Paste the Parcel Wing host, port, username, password, and sender details.
- Save and send a test confirmation email.
Configure fields
SettingValue
Host
smtp.parcelwing.comPort
587Security
STARTTLSUsername
parcelwingPassword
Any active Parcel Wing API keySender
Set Sender email to a verified Parcel Wing sender such as Acme <[email protected]>.
For local development, keep Supabase pointing at Parcel Wing only when you want real emails to leave your app.
Use a verified sender
Your from address should belong to a sending domain that is verified in Parcel Wing. This keeps SPF, DKIM, and DMARC aligned for better deliverability.
Troubleshooting
- Use port
587with STARTTLS, not implicit TLS on port 465. - Use
parcelwingas the username and an active Parcel Wing API key as the password. - Make sure the sender address uses a verified sending domain.
- If a vendor has a test email button, send a test before enabling production email.