damms005 / laravel-personalised-email-sender

Quickly send customised emails from Excel or CSV files: Vue powered! (an implementation of https://github.com/damms005/vue-email-personaliser)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel-personalised-email-sender

Art for laravel-personalised-email-sender

Quickly send customised emails from Excel or CSV files: Vue powered! (an implementation of vue-email-personaliser)

This sample Laravel project demonstrates how vue-email-personaliser can be implemented.

To publish the assets, run

php artisan vendor:publish --tag=laravel-personalised-email-sender

Usage

This package registers an endpoint at /laravel-personalised-email-sender in your Laravel app. After publishing the assets as describe above, simply navigate to this endpoint to start customising your emails to personalize your recipients' experience!

You simply need to use {{moustache}} syntax (like in Blade) to customise the content of your mail. For more information on how the formatting works, visit the underlying formatter.

Todo

  • Make README.md more informative by adding simple installation guide for a typical Laravel project, etc
  • Add link to blog post with details on use-case
  • Write feature tests

About

Quickly send customised emails from Excel or CSV files: Vue powered! (an implementation of https://github.com/damms005/vue-email-personaliser)


Languages

Language:PHP 70.9%Language:Shell 11.4%Language:JavaScript 10.2%Language:Blade 7.5%