2017-25 © Pedro Peláez
 

library laravel-mail-tester

Send test emails from artisan command

image

bako/laravel-mail-tester

Send test emails from artisan command

  • Saturday, July 2, 2016
  • by BakoBako
  • Repository
  • 1 Watchers
  • 0 Stars
  • 502 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 199 % Grown

The README.md

Laravel Email Tester

Laravel Email Tester is a tool that let you test laravel mail setup via artisan commands., (*1)

Installation

composer require bako/laravel-mail-tester, (*2)

Register service provider "Bako\Laravel\MailTester\MailTesterProvider", (*3)

Basic Usage

php artisan mail:test email_address, (*4)

Options:, (*5)

* "--subject" Set up email subject ( Default is "Test" ).
    php artisan mail:test email_address --subject=Subject

* "--body" Set up email body ( Default is "Test" and will be discarded if view is setup ).
    php artisan mail:test email_address --body=Body

* "--queue" Whether the send of email should be via queue.
    php artisan mail:test email_address --queue

* "--view" Test email from view
    php artisan mail:test email_address --view=viewName

The Versions

02/07 2016

dev-master

9999999-dev

Send test emails from artisan command

  Sources   Download

MIT

The Requires

 

by Aleksandar Bako Markovski

laravel email tester

02/07 2016

1.0.4

1.0.4.0

Send test emails from artisan command

  Sources   Download

MIT

The Requires

 

by Aleksandar Bako Markovski

laravel email tester

02/07 2016

1.0.3

1.0.3.0

Send test emails from artisan command

  Sources   Download

The Requires

 

by Aleksandar Bako Markovski

laravel email tester

02/07 2016

1.0.2

1.0.2.0

Send test emails from artisan command

  Sources   Download

The Requires

  • php >=5.5

 

by Aleksandar Bako Markovski

laravel email tester

28/06 2016

1.0.1

1.0.1.0

Send test emails from artisan command

  Sources   Download

The Requires

  • php >=5.5

 

by Aleksandar Bako Markovski

laravel email tester

28/06 2016

1.0.0

1.0.0.0

Send test emails from artisan command

  Sources   Download

The Requires

  • php >=5.5

 

by Aleksandar Bako Markovski

laravel email tester