Skip to main content

How to integrate Elastic Email with Supabase via SMTP

This article provides instructions for configuring Supabase to use Elastic Email as a custom SMTP provider.

Written by Support Team
Updated over a week ago

Get Elastic Email SMTP Credentials

Before configuring Supabase, ensure you have your Elastic Email SMTP credentials (username and password) ready. These credentials authorize Supabase to send emails through our servers. If you have not yet generated them, please follow the instructions in our comprehensive SMTP Settings guide.

Access Supabase SMTP Settings

Enable and Configure Custom SMTP

  • Toggle the Enable Custom SMTP switch to the "on" position.

  • Fill in the configuration form with your Elastic Email SMTP details as specified below.

Technical Specifications

Use the following parameters to configure the SMTP settings in Supabase:

Parameter

Value

Sender email

Your verified Elastic Email sender address.

Sender name

The name you want displayed in the "From" field.

Host

smtp.elasticemail.com

Port

587 (recommended for TLS) or 2525, 465

Username

Your Elastic Email SMTP Username.

Password

Your Elastic Email SMTP Password.

Test the Integration

To verify that the SMTP settings are correct, you can trigger a test email from Supabase:

  1. Go to the Authentication > Users section in your Supabase dashboard.

  2. Click Add user and create a new user with a valid email address.

  3. This action will trigger a confirmation email sent via your Elastic Email account.

  4. Check the recipient's inbox for the confirmation email. You can also monitor the delivery status in your Elastic Email account's Activity log.

If you have any additional questions, please contact our 24/7 Customer Support for assistance.

Did this answer your question?