Subscriber Management
Import/export CSV, tagging, status management and advanced segmentation.
Complete newsletter management: subscribers, campaigns, HTML templates, scheduled sending, and full tracking. All from a modern admin panel made with Filament.
Professional newsletter management, no compromises.
Import/export CSV, tagging, status management and advanced segmentation.
Hierarchical organization of campaigns and messages.
Customizable templates with placeholder support.
Automatic delivery via cron.
Opens, clicks and unsubscribe tracking.
Filter recipients by tags and status.
Statistics and monitoring widgets.
Configurable per-minute, per-hour and per-day limits.
IMAP integration for bounce processing.
git clone https://github.com/andreapollastri/newsletter.git
cd newsletter
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
npm install && npm run build
Deploy to any Ubuntu VPS with cipi.sh โ the open-source CLI built exclusively for Laravel.
wget -O - https://cipi.sh/setup.sh | bash
Clone the repo, configure SMTP and start sending newsletters in minutes.
Go to repository