Skip to content

jtlimson/laravel-emailblast-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Environment

this app is set-up in apache environment. Deploy in apache Server. Not artisan

FUNCTIONS

  • Import mailing list (see sample-csv-import.csv)
  • batch mailing-list. (e.g.)
    1. mailing-list A > batch 1
    2. mailing-list B > batch 2
    3. mailing-list A,B > batch 3
  • Categories (e.g.)
    1. announcement => announcement-noreply@domain.com
    2. news-letter => news-letter-noreply@domain.com
  • 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

USAGE

  • 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
    1. MAIL_RETURN_PATH = return path where bounced mail will be sent
    2. MAIL_UNSUBSCRIBE = unsubscribe mail
    3. MAIL_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 or php artisan queue:work
  • start broadcasting the eomail at -> http://url/sbc/list

ROUTES

  • 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

Build Status Total Downloads Latest Stable Version License

About Laravel

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:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications.

Learning Laravel

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.

Laravel Sponsors

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:

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

emailblast for marketing

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages