-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Bug report
Title
IMAP email not being received - webklex-imap
Issue Description
NO IMAP EMAIL RECEIVED
After setting up my IMAP settings in both the .env file and also Configuration --> IMAP Settings, I cannot receive any email.
Note: I can send email OK via smtp.
Preconditions
Please provide as detailed information about your environment as possible.
1. KrayinCRM - Version 2.1.2.
Steps to reproduce
It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.
In the .env file - I have set:
MAIL_RECEIVER_DRIVER=webklex-imap
IMAP_HOST=mail.hostname.com (example)
IMAP_PORT=993
IMAP_ENCRYPTION=ssl
IMAP_VALIDATE_CERT=true
IMAP_USERNAME=myEmail@email.com (example)
IMAP_PASSWORD=myEmailPassword (example)
Also, in my application via my admin login - Configuration --> IMAP Settings in the application, I have also set the following:
Host - mail.hostname.com (example)
Port - 993
Encryption Type - ssl
Validate SSL Certificate - true
IMAP Username - myEmail@email.com (example)
IMAP Password - myEmailPassword (example)
What other settings should I be updating?
I cannot receive any email.
Expected result
Email should be received.
- [Screenshots, logs or description]
Actual result
No email received
- [points....]