GerardoMiguelHernandez said:
How to send mail through gmail after a user is registered
get your smtp credentials from gmail. then in your .env file, populate it with the credentials. then create your email code
You can use laravel default events UserWasRegistered which is trigger after registration done.
Check example code at Email-Verification-In-Laravel.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community