filippo-toso/test-email

A simple artisan command to test yout Laravel mail configuration

v1.1.6 2023-06-20 08:45 UTC

This package is auto-updated.

Last update: 2024-04-20 10:31:23 UTC


README

A simple artisan command to test yout Laravel mail configuration.

Requirements

  • PHP 5.6+
  • Laravel 5.0+

Installing

Use Composer to install it:

composer require filippo-toso/test-email

Using It

Just execute the following command and you'll receive an email to the "from" address defined in config/mail.php.

php artisan test:email

You can also specify another destination using the "to" parameter:

php artisan test:email --to=support@filippotoso.com