📅  最后修改于: 2023-12-03 15:05:10.489000             🧑  作者: Mango
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.
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.
git clone https://github.com/mettle/sendportal.git
cd sendportal
composer install
php artisan migrate
php artisan serve
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.
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!