Another option for Mail Server is Gmail. Setting up is relatively easy.
To setup we need to create an App Password which allows us to use gmail server outside the google environment.
To create App Password;
Note the App password
Then modify Mail server settings in the .env file
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=your_gmail_account
MAIL_PASSWORD=your_App_Password
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS="your_gmail_account"
MAIL_FROM_NAME="${APP_NAME}"
Now you can use the gmail mail server to send emails in your project.
you saved my life
Enjoy quick fix with our code snippets and complete projects templates.
codestarch@gmail.com