kamranahmedse / sendy

Dockerized Sendy application with one-click deployment setup for Railway.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sendy

Dockerized Sendy application with one-click deployment setup for Railway

Deploy on 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.

Setup

  • 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 instance
    • MYSQL_HOST - The hostname of your database
    • MYSQL_USER - The username of your database
    • MYSQL_PASSWORD - The password of your database
    • DB_PORT - The port of your database
  • Deploy the project.
  • Visit the URL of your project to complete the Sendy setup.

License

Adapted from bubbajames-docker/sendy

MIT © Kamran Ahmed

About

Dockerized Sendy application with one-click deployment setup for Railway.

License:MIT License


Languages

Language:Shell 49.5%Language:Dockerfile 30.4%Language:PHP 20.2%