Skip to content

NavidAnjum/Email_with_Laravel9_jobs_queue

Repository files navigation

Email with Laravel 9

About Mailtrap

Mailtrap is an add-on for safe and comprehensive email testing. Mailtrap is implemented as a dummy SMTP server. It catches all your test emails and displays them in virtual inboxes.

Laravel Queue and Jobs

When user is sending email or upload a CSV,it may take long time but using queue we can show the success message instantly. When we run php artisan queue:work it will strart the queue one by one.With the help of Jobs we will dispatch queue one by one.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Email Sending with Mailtrap , Laravel Jobs and Queue

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages