https://github.com/mettle/sendportal-core
Core functionality for SendPortal
https://github.com/mettle/sendportal-core
email-marketing emails marketing-automation
Last synced: 6 months ago
JSON representation
Core functionality for SendPortal
- Host: GitHub
- URL: https://github.com/mettle/sendportal-core
- Owner: mettle
- License: mit
- Created: 2020-06-04T10:14:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T04:18:49.000Z (about 1 year ago)
- Last Synced: 2025-04-01T10:13:55.056Z (6 months ago)
- Topics: email-marketing, emails, marketing-automation
- Language: PHP
- Homepage: https://sendportal.io
- Size: 3.18 MB
- Stars: 285
- Watchers: 11
- Forks: 129
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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, you only require this package.
## 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
SendPortal can be installed as a stand-alone application (i.e. including everything you need to run SendPortal), or as a package inside an existing Laravel application.
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-core/releases/tag/v2.0.5)