Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mettle/sendportal
Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost.
https://github.com/mettle/sendportal
email-marketing emails marketing-automation
Last synced: 7 days ago
JSON representation
Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost.
- Host: GitHub
- URL: https://github.com/mettle/sendportal
- Owner: mettle
- License: mit
- Created: 2020-06-04T10:09:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T11:59:00.000Z (8 months ago)
- Last Synced: 2024-11-28T13:05:13.224Z (14 days ago)
- Topics: email-marketing, emails, marketing-automation
- Language: PHP
- Homepage: https://sendportal.io
- Size: 285 KB
- Stars: 1,801
- Watchers: 43
- Forks: 361
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- stars - mettle/sendportal - Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost. (PHP)
- awesome-opensource-email - Sendportal - Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost. (Email Platform / Marketing Platform)
- awesome-list - sendportal - source self-hosted email marketing. Manage your own newsletters at a fraction of the cost. | mettle | 863 | (PHP)
- web-stuff - sendportal - Send your own newsletters from this Laravel application (PHP)
- awesome-starred - mettle/sendportal - Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost. (others)
README
Modern open-source self-hosted email marketing.
- [Website](https://sendportal.io)
- [Documentation](https://sendportal.io/docs)## Introduction
The core functionality of SendPortal is contained within the [SendPortal Core](https://github.com/mettle/sendportal-core) package. If you would like to add SendPortal to an existing application that already handles user authentication, you only require [SendPortal Core](https://github.com/mettle/sendportal-core).
## Features
SendPortal includes subscriber and list management, email campaigns, message tracking, reports and multiple workspaces/domains in a modern, flexible and scalable application.SendPortal integrates with [Amazon SES](https://aws.amazon.com/ses), [Postmark](https://postmarkapp.com), [Sendgrid](https://sendgrid.com), [Mailgun](https://www.mailgun.com/) and [Mailjet](https://www.mailjet.com).
The [SendPortal](https://github.com/mettle/sendportal) application acts as a wrapper around SendPortal Core. This will allow you to run your own copy of SendPortal as a stand-alone application, including user authentication and multiple workspaces.
## Installation
If you would like to install SendPortal as a stand-alone application, please follow the [installation guide](https://sendportal.io/docs/v2/getting-started/installation).
If you would like to add SendPortal to an existing application, please follow the [package installation guide](https://sendportal.io/docs/v2/getting-started/package-installation).
## Requirements
SendPortal V3 requires:- PHP 8.2+
- Laravel 10+
- MySQL (≥ 5.7) or PostgreSQL (≥ 9.4)If you are on an earlier version of PHP (7.3+) or Laravel (8+), please use [SendPortal V2](https://github.com/mettle/sendportal/releases/tag/v2.0.4)