esign/laravel-test-mail
最新稳定版本:1.1.0
Composer 安装命令:
composer require esign/laravel-test-mail
包简介
Send test mails to verify your mail setup in Laravel.
关键字:
README 文档
README
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.
统计信息
- 总下载量: 174
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-02-02