Updated 4 August 2025
IMAP configuration in Krayin CRM lets you fetch incoming emails into your dashboard, improving communication, enhancing team visibility, and ensuring faster, more collaborative responses.
Whether you’re using Gmail, Outlook, or any other IMAP-supported service, setting up email sync in Krayin helps you track and manage client communication efficiently.
IMAP configuration in Krayin CRM lets you fetch incoming emails into your dashboard, improving communication, enhancing team visibility, and ensuring faster, more collaborative responses.
Let’s go through the step-by-step process to configure IMAP:
Open your Krayin CRM in a browser and log in using admin credentials. Once inside, you’ll be directed to the main dashboard.
From the left sidebar, go to Configuration → Email. This will take you to the configuration page where you can set up your incoming and outgoing email preferences.
imap.gmail.com
)993
for SSL-enabled IMAP.env
file of your project.After entering your IMAP credentials, click Save to apply the settings.
To activate the email fetching process, open your .env
file located at the root of your Krayin installation. Add the following line:
MAIL_RECEIVER_DRIVER=webklex-imap
This tells Krayin to use the Webklex IMAP driver for processing inbound emails.
Now run the following artisan command to start fetching emails into your CRM:
php artisan inbound-email:process
This command processes new inbound emails and creates records in Krayin. If you’re on a local environment, you’ll need to run this command manually each time.
On a live server, this command is automatically executed every 5 minutes via a cron job, so incoming emails are fetched regularly without manual effort.
Once your email configuration is complete and the command is executed, go to the Inbox section in Krayin CRM. Here you can view and manage all incoming emails associated with your leads or contacts.
Ensure that IMAP is enabled in your Gmail settings and generate an app password from your Google account if two-factor authentication is on.
Krayin CRM’s IMAP email configuration helps you centralize and automate your email management:
Hope this is helpful for you. If you have any issues, feel free to raise a ticket at https://webkul.uvdesk.com/en/.
If you have more details or questions, you can reply to the received confirmation email.
Back to Home
Be the first to comment.