Dockerized Sendy application with one-click deployment setup for Railway
Sendy is a self-hosted email newsletter application that lets you send trackable emails via Amazon Simple Email Service (SES). This makes it possible for you to send authenticated bulk emails at an insanely low price without sacrificing deliverability.
For more information and related downloads for Sendy Server and other products, please visit Sendy.co.
- Purchase a license for Sendy
- Create a new project on Railway using this template
- Set the following environment variables (Now or later through the settings):
SENDY_FQDN
- The URL of your Sendy instanceMYSQL_HOST
- The hostname of your databaseMYSQL_USER
- The username of your databaseMYSQL_PASSWORD
- The password of your databaseDB_PORT
- The port of your database
- Deploy the project.
- Visit the URL of your project to complete the Sendy setup.
Adapted from bubbajames-docker/sendy
MIT © Kamran Ahmed