ehteshamali / email-campaign-manager-new
Laravel package for email campaigns
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ehteshamali/email-campaign-manager-new
Requires
- php: ^8.0
- illuminate/support: ^10.0
README
This package allows you to create, filter, and send email campaigns to customers. It is designed as a reusable Laravel package that works with services like SendGrid.
Installation
composer require yourname/email-campaign-manager
Configuration
- Set your SendGrid API key in
.env
:SENDGRID_API_KEY=your_sendgrid_api_key
Usage
-
Create a campaign:
POST /campaigns
-
Filter audience:
POST /campaigns/filter
-
Send a campaign:
POST /campaigns/send