Documentation
Mail Configuration
- Open and edit the /.env file and provide following details:
- Enter mail host name, mail port, mail username( Mail ID ), mail password and mail encryption type.
"MAIL_DRIVER=your mail driver"
"MAIL_HOST=your mail host"
"MAIL_PORT=your mail port"
"MAIL_USERNAME=your mail id"
"MAIL_PASSWORD=your mail password"
"MAIL_ENCRYPTION=your mail encryption"