Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathancaleb/mailx
mailx ✉️🚀 is an email platform built on Google Cloud ☁️. It lets you send transactional emails, automations, and broadcasts with ease. Easily deployable via Docker 🐳, it's draws inspiration from SendGrid and Mailgun.
https://github.com/jonathancaleb/mailx
email google-cloud nextjs typescript
Last synced: about 1 month ago
JSON representation
mailx ✉️🚀 is an email platform built on Google Cloud ☁️. It lets you send transactional emails, automations, and broadcasts with ease. Easily deployable via Docker 🐳, it's draws inspiration from SendGrid and Mailgun.
- Host: GitHub
- URL: https://github.com/jonathancaleb/mailx
- Owner: jonathancaleb
- Created: 2024-10-19T09:57:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T11:42:03.000Z (3 months ago)
- Last Synced: 2024-10-26T01:39:47.255Z (3 months ago)
- Topics: email, google-cloud, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 474 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📧 mailx - Email Platform
## Introduction
mailx is an email platform designed to help you send reliable, scalable emails from your applications. Built on top of Google Cloud services, mailx provides a robust, self-hosted alternative to solutions like SendGrid, Resend, or Mailgun, while offering you full control and flexibility. 🚀
This project was developed as a personal initiative to deepen my understanding of cloud platforms, email infrastructure, and system architecture. The design and architecture of mailx are inspired by the open-source foundations of platforms like SendGrid, Plunk, and others, while incorporating my own learning and innovations. 💡
## Features
- **Transactional Emails**: Send highly efficient, secure emails directly from your API. ✉️
- **Automations**: Create smart automations to trigger emails based on user actions or events. 🔄
- **Broadcasts**: Effortlessly send newsletters and product updates to your entire audience with just a few clicks. 📬## Self-Hosting mailx
Self-hosting mailx is simple with the `calebsabila/mailx` Docker image. You can pull the latest image from Docker Hub. 🐳
To get started with deploying mailx using Google Cloud Platform (GCP) or other cloud alternatives, follow the detailed guide in our documentation. 📖