Coolify Integration
Configure services deployed on Coolify to route emails using Reloop SMTP.
Coolify is an open-source, self-hostable alternative to Heroku and Netlify. You can easily integrate Reloop into your Coolify applications or use Reloop SMTP as the global system transactional mail provider.
Step 1: Set Reloop SMTP as System SMTP
To send system alerts and registration emails from Coolify itself via Reloop:
- Open your Coolify Dashboard.
- Navigate to Settings → Transactional Email.
- Enable transactional emails and enter the following settings:
- SMTP Server:
smtp.reloop.dev - SMTP Port:
587 - SMTP User:
reloop - SMTP Password:
rl_your_api_key - From Address:
noreply@yourdomain.com
- SMTP Server:
- Click Save.
Step 2: Configure Application Environment Variables
For apps hosted on Coolify:
- Select your Application in Coolify.
- Go to Environment Variables.
- Add
RELOOP_API_KEYas a secret variable. - Save and redeploy.
Was this page helpful?