this app is set-up in apache environment. Deploy in apache Server. Not artisan
- Import mailing list (see sample-csv-import.csv)
- batch mailing-list. (e.g.)
- mailing-list A > batch 1
- mailing-list B > batch 2
- mailing-list A,B > batch 3
- Categories (e.g.)
- announcement => [email protected]
- news-letter => [email protected]
- Compose Body for Template and Linked to with a Category
- Unsubscribe URL in Email Content and Header
- List-unsubscribe-post Header: read more at https://tools.ietf.org/html/rfc8058 there are several requirements to enable this feature
- Email Queueing
- Manage Subscription
- goto working folder then.
- run composer update $bash>composer update
- create .env file in your working folder.
- Change .env
QUEUE_CONNECTION=database
- ADD the ff. config in your .env file
MAIL_RETURN_PATH =
return path where bounced mail will be sentMAIL_UNSUBSCRIBE =
unsubscribe mailMAIL_ADMIN =
admin email address
- run artisan generate key $bash>
php artisan key:generate
- run migrate $bash>
php artisan migrate
- import mailing list url http://url/import
- to enable the worker. Run the artisan queue $bash>
php artisan queue:work
orphp artisan queue:work
- start broadcasting the eomail at -> http://url/sbc/list
- blast = base_url/sbc/list
- import = base_url/import
- category = base_url/c
- template = base_url/tp
- batch = base_url/b
- manage unsubscription - base_url/unsub/base64email/base64code
- email header unsubscription - base_url/unsub/base64email/base64code/base64subscription
- re-subscribe - base_url/subscribe
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications.
Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework, making it a breeze to get started learning the framework.
If you're not in the mood to read, Laracasts contains over 1100 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.
We would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page:
- Vehikl
- Tighten Co.
- Kirschbaum Development Group
- 64 Robots
- Cubet Techno Labs
- British Software Development
- Webdock, Fast VPS Hosting
- DevSquad
- UserInsights
- Fragrantica
- SOFTonSOFA
- User10
- Soumettre.fr
- CodeBrisk
- 1Forge
- TECPRESSO
- Runtime Converter
- WebL'Agence
- Invoice Ninja
- iMi digital
- Earthlink
- Steadfast Collective
- We Are The Robots Inc.
- Understand.io
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.