🚀 Bulk Email Sender v2.0

Professional Laravel-based email marketing solution with advanced contact management

Laravel PHP Bootstrap License
Stars Issues Forks

✨ What's New in v2.0

Revolutionary improvements and enterprise-grade features

Contact Management

Complete contact database with tags, categories, and advanced organization features for better targeting.

Individual Emails

Send personalized emails to specific contacts with rich text editor and template support.

Tag System

Organize and target contacts with custom tags for precise audience segmentation and campaigns.

Excel Import/Export

Seamlessly import contacts from CSV/Excel files and export your contact lists for backup.

Modern UI

Clean, responsive design with breadcrumb navigation and intuitive user experience.

Queue System

Background email processing with Laravel Queues for efficient bulk email delivery.

📸 Screenshots

See the application in action

Dashboard Overview
Dashboard Overview
Contact Management
Contact Management
Bulk Email Sender
Bulk Email Sender
Individual Email
Individual Email
Email Templates
Email Templates
Tag Management
Tag Management

⚡ Quick Installation

Get started in minutes with our simple setup process

1

Clone and Setup

git clone https://github.com/arafat-web/Bulk-Email-Sender.git
cd Bulk-Email-Sender
composer install
cp .env.example .env
php artisan key:generate
2

Database Configuration

# Configure database in .env file
php artisan migrate --seed
3

Email Configuration in .env file

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=your-email@gmail.com
MAIL_PASSWORD=your-app-password
MAIL_ENCRYPTION=tls
4

Start Application

php artisan serve
php artisan queue:work
Default Login: admin@email.com / 12345678