crocodicstudio / email-tester
SMTP Email tester and debug for Laravel
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/crocodicstudio/email-tester
Requires
- php: >5.6|>7.1.3
README
Debugging send the email is never been easy. With this library you can debug and check your email smtp problem.
How to install
Install this library with command :
composer require crocodicstudio/email-tester
Recommended laravel version 5.7 up . If you use 5.4 or bellow you have to add service provider manually
crocodicstudio/emailtester/EmailTesterServiceProvider::class
to config/app.php (Providers section)
How to use
Just visit the url /email-tester at the browser.
How to disable
To disable this email tester, you can add EMAIL_TESTER=false
to your .env