Looking to hire Laravel developers? Try LaraJobs

laravel-test-mail maintained by esign

Description
Send test mails to verify your mail setup in Laravel.
Last update
2026/03/17 22:23 (dev-master)
License
Downloads
264
Tags

Comments
comments powered by Disqus

Send test mails to verify your mail setup in Laravel.

Latest Version on Packagist Total Downloads GitHub Actions

This package provides a simple command to send test emails, allowing you to verify your mail setup in a Laravel application. It supports both immediate sending and queueing of test emails.

Installation

You can install the package via composer:

composer require esign/laravel-test-mail

Usage

Sending a Test Mail

You can use the mail:test command to send a test mail to a specified recipient:

php artisan mail:test hello@example.com

Queueing a Test Mail

If you want to queue the test mail instead of sending it immediately, you can use the --queue option:

php artisan mail:test hello@example.com --queue

Testing

composer test

License

The MIT License (MIT). Please see License File for more information.