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.
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