bako/laravel-mail-tester

Send test emails from artisan command
1,065
Install
composer require bako/laravel-mail-tester
Latest Version:1.0.4
PHP:>=5.5.9
License:MIT
Last Updated:Jul 2, 2016
Links: GitHub  ·  Packagist
Maintainer: bakome

Laravel Email Tester

Laravel Email Tester is a tool that let you test laravel mail setup via artisan commands.

Installation

composer require bako/laravel-mail-tester

Register service provider "Bako\Laravel\MailTester\MailTesterProvider"

Basic Usage

php artisan mail:test email_address

Options:

* "--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

Related Packages

squareboat/sneaker

An easy way to send emails with stack trace whenever an exception occurs on the...

194,030 220
rlacerda83/service-email

Microservice for sending e-mail

5 76
pavankumar/qrcoder

This is a Laravel 5 package for generating QR codes.

77 5
themonkeys/error-emailer

Emails you whenever an error occurs on your server

17,044 49
adesin-fr/laravel-mail-2fa

Laravel 2FA package using email OTP codes with InertiaJS support

31 0