Skip to content

esign/laravel-test-mail

Repository files navigation

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 [email protected]

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 [email protected] --queue

Testing

composer test

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •