How to configure Email Settings?

Last update: 17/Apr/2022

Login to your cpanel or any control panel and goto file manager. PROJECT-ROOT/.env you can find the .env file. Open the file and update the values like,

MAIL_DRIVER=smtp
MAIL_HOST=YOUR_MAIL_HOST
MAIL_PORT=587/465
MAIL_USERNAME=YOUR_MAIL_USERNAME
MAIL_PASSWORD=YOUR_MAIL_PASSWORD
MAIL_ENCRYPTION=tls/ssl
MAIL_FROM_ADDRESS=YOUR_MAIL_ADDRESS
MAIL_FROM_NAME=WEBSITE_NAME

That's it.


Installation
  1. Getting Started
  2. Server Requirements
  3. Database Setup
  4. Installation
FAQs
Help