HomeDocumentation
Mail Configuration / SMTP Setup
To create and configure an SMTP email account using cPanel, follow below steps:
Step 1: Log in to cPanel
Step 2: Create an Email Account
1. In cPanel, go to "Email Accounts".
2. Click “Create”.
3. Fill in:
a. Username: e.g., info, test, or hr
b. Domain: Select the correct domain (if multiple are available)
c. Password: Set a strong password or use the generator
4. Click Create.
📌 This creates an email like test@yourdomain.com
Step 3: Get SMTP Settings
Once the email is created:
1. Go to "Email Accounts" again.
2. Find your new email and click “Connect Devices”.
3. You’ll see the SMTP settings under the Mail Client Manual Settings section like below image:

Example:
| Input | Value |
|---|---|
| QUEUE_MAIL | Select true / false, (If you select true, you need to run the following command: php artisan queue:work on server) |
| MAIL_DRIVER_TYPE | Select MAIL MAILER / MAIL DRIVER |
| MAIL_DRIVER | Use sendmail if your server has a local mail server installed (like Postfix or Exim). Use smtp when sending emails through an external mail service (like Gmail, Mailgun, or your hosting provider's SMTP server). |
| MAIL_HOST | mail.yourdomain.com |
| MAIL_PORT | 587 |
| MAIL_USERNAME | test@yourdomain.com |
| MAIL_PASSWORD | The one you set |
| MAIL_ENCRYPTION | tls |
| MAIL_FROM_ADDRESS | yourmail@gmail.com |
| MAIL_FROM_NAME | Your project/app name |
Set the values to System Settings → Mail Configuration

If you want to know more details please follow their, Official documentation. Here is also a youtube video link for reference.
Articles in this section
- Getting Started
- Requirements
- Download Project from Envato
- Creating Database
- Uploading Files
- Installation Wizard
- Default Password
- Dashboard
- Property List
- Schedule
- Landlord List
- Tenant
- Subscription List
- Plan List
- Transaction
- Withdraw Method
- Rent Payment
- Landlord Withdraw
- Contact Message
- Income List
- Expense List
- Refund Reason List
- House Type List
- Facility List
- Amenity List
- Staff List
- Roles & Permissions
- Setting
- Contuct Us
- Mail Configuration / SMTP Setup
- Hostinger Panel
- Gmail
- Change Logs
Was this documentation helpful?
0 out of 0 found this helpful


