How to Send Email in Laravel 9 using SMTP


In this tutorial, I will show how to send email in Laravel 9 using SMTP with step by step guide. Sending an email is the core functionality of any application, Laravel also comes with drivers to send email. There are many ways you can send your email through like SMTP, Amazon SES, sendmail, Postmark, and Mailgun.

4 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Laravel 9 Bootstrap 5 Auth Scaffolding – User Registration & Login


In this tutorial, I will show you how to create a Bootstrap 5 Auth Scaffolding in Laravel 9. Auth Scaffolding automatically creates a user registration, login, dashboard, logout, reset password and email verification with the help of Laravel UI package.

8 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks