Skip to main content
Replit is a platform for building sites and apps with AI. You can add Emailr in a Replit project by asking the chat to add email sending with Emailr. Example prompt
When someone fills out the contact form, send an email using Emailr.

1. Add a custom domain to your Emailr account

By default, you can only send emails to your own email address. To send emails to other email addresses:
  1. Add a custom domain to your Emailr account.
  2. Add the custom domain to the from field in the emailr function in Replit (or ask the chat to update these fields).
Get more help adding a custom domain in Emailr’s documentation.

2. Add your Emailr API key and from address

To use Emailr with Replit, you’ll need to add a Emailr API key, which you can create in the Emailr Dashboard. Do not share your API key with others or expose it in the browser or other client-side code. The from address is the email address that will be used to send emails. Use your custom domain you added in step 1 here (e.g., [email protected]). Screenshot placeholder
Replit tracks the details of your Emailr integration in the Integrations page.