@extends('layouts/layoutMaster') @section('title', 'SMTP') @section('vendor-style') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.scss', 'resources/assets/vendor/libs/select2/select2.scss', 'resources/assets/vendor/libs/@form-validation/form-validation.scss', 'resources/assets/vendor/libs/animate-css/animate.scss', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.scss' ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/moment/moment.js', 'resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js', 'resources/assets/vendor/libs/select2/select2.js', 'resources/assets/vendor/libs/@form-validation/popular.js', 'resources/assets/vendor/libs/@form-validation/bootstrap5.js', 'resources/assets/vendor/libs/@form-validation/auto-focus.js', 'resources/assets/vendor/libs/cleavejs/cleave.js', 'resources/assets/vendor/libs/cleavejs/cleave-phone.js', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.js' ]) @endsection @section('page-script') @vite(['resources/js/smtp-manage.js']) @endsection @section('content')
Fill your SMTP Server Configuration
- Open HRMS, then navigate to Mail Settings.
- Fill in the following details:
Mailer : smtp
Host : smtp.zoho.com
Port : 587
Encryption : TLS
Username : Your work email address
Password : App-specific password (not your regular login password)
- To generate the app-specific password, follow the steps in the next section.
- In the Application-Specific Passwords pop-up, enter your app name. (e.g., hrms.mpiric.us)
- Click the “Generate” button.
- After clicking Generate, you’ll see a password displayed (refer to the image for example).
- Copy this password and paste it into the Password field under Mail Settings in HRMS.
- Click Submit.
- Your SMTP configuration is now saved and active.