Mail Configuration

  1. Open and edit the /.env file and provide following details:
  2. email.fromEmail = 'no-reply@example.com'
    email.fromName  = 'Hope UI'
    email.protocol  = 'smtp'
    email.SMTPHost  = 'smtp.gmail.com'
    email.SMTPUser  = 'demo@gmail.com'
    email.SMTPPass  = 'your password'
    email.SMTPPort  = 587
    email.SMTPCrypto = 'tls'
    email.mailType  = html
  3. Enter mail host name, mail port, mail username( Mail ID ), mail password and mail encryption type.