📜  sendportal (1)

📅  最后修改于: 2023-12-03 15:05:10.489000             🧑  作者: Mango

SendPortal

SendPortal is an open-source email marketing platform built with Laravel. It allows you to manage your subscribers, create email campaigns, and track their performance all in one place.

Features

  • Subscriber management
  • Email campaign creation
  • Email templates
  • Drag-and-drop editor
  • Automated campaigns
  • Tagging system
  • Performance tracking and reporting

Installation

To get started with SendPortal, you need to have a server with PHP 7.2 or higher and a MySQL database. You also need to have the Composer package manager installed.

  1. Clone the repository from Github:
git clone https://github.com/mettle/sendportal.git
  1. Install dependencies:
cd sendportal
composer install
  1. Setup the database:
php artisan migrate
  1. Run the application:
php artisan serve

Usage

To use SendPortal, you need to create an account and login. You can then add subscribers to your mailing list and create email campaigns.

Email campaigns can be created using the drag-and-drop editor or by using one of the pre-built templates. You can also create automated campaigns that are triggered by specific events, such as a subscriber joining your mailing list.

SendPortal also allows you to track the performance of your campaigns. You can see how many people opened your email, clicked on links, and unsubscribed.

Conclusion

SendPortal is a powerful email marketing platform that simplifies the process of managing your subscribers and creating email campaigns. It is open-source and built with Laravel, making it reliable and easy to extend. Give it a try today!