2017 © Pedro Peláez
 

library mail-tracker

A package sendmail with tracking

image

gianglevan94/mail-tracker

A package sendmail with tracking

  • Thursday, December 7, 2017
  • by gianglevan94
  • Repository
  • 0 Watchers
  • 0 Stars
  • 60 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

MailTracker

Install (Laravel)

Via Composer, (*1)

``` bash $ composer require gianglevan94/mail-tracker, (*2)


Add the following to the providers array in config/app.php: ``` php MailTracker\Providers\MailTrackerProvider::class,

Publish the config file and migration ``` bash $ php artisan vendor:publish --provider='MailTracker\Providers\MailTrackerProvider', (*3)


Clear the cache ``` bash $ php artisan config:cache

Run the migration ``` bash $ php artisan migrate, (*4)


## Usage ``` php use MailTracker\Mail\SendMail; .... $data['content'] = 'sjkaghjkagh http://google.com giang'; $data['camapign_name'] = 'test'; $replaceData = [ '$whatever' => 'Something' ]; (new SendMail)->send('example@gmail.com', $data, $replaceData);

The Versions

07/12 2017

dev-master

9999999-dev

A package sendmail with tracking

  Sources   Download

MIT

The Requires

 

by Giang Le

16/11 2017

0.1.1

0.1.1.0

A package sendmail with tracking

  Sources   Download

MIT

by Giang Le

15/11 2017

0.1.0

0.1.0.0

A package sendmail with tracking

  Sources   Download

MIT

by Giang Le