Mail Configuration

  • Create the database on your server
  • Open and edit the /.env file and provide following details:
  • "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"
    
  • Enter mail host name, mail port, mail username( Mail ID ), mail password and mail encryption type.