Incoming email #1565
-
Hi everyone, I’m looking for clarification on how incoming email works in Krayin CRM. I couldn’t find any documentation on the setup for IMAP/POP protocols; all the information available seems to be about outgoing SMTP settings. Could someone please explain how incoming emails are processed and appear in Mail > Inbox? Any guidance or references to relevant documentation would be greatly appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 5 replies
-
We are using the sendgrid. SendGrid offers an inbound parse webhook, which allows emails sent to a specific domain to be processed and forwarded to a specified endpoint in your application. You would set up a webhook URL in your SendGrid account where incoming emails are sent. SendGrid would POST the email content (including attachments) to this URL, where Krayin CRM could process and display it in the Mail > Inbox section. Soon we will update this in the documentation also. |
Beta Was this translation helpful? Give feedback.
-
How It Works:SendGrid Inbound Parse Webhook:
Krayin’s Handling of the Webhook:
|
Beta Was this translation helpful? Give feedback.
-
Hello, I have a one more question regarding the handling of incoming emails via a webhook. We have configured SendGrid to send incoming emails to the URL https://example.com/admin/mail/inbound-parse. According to SendGrid, the data is being successfully sent to this URL, but the emails are not being created or displayed in the Mail > Inbox section of the system. Could you please confirm if there is a webhook in the system that parses incoming data at the /admin/mail/inbound-parse endpoint? If so, are there any settings or configurations we should check to ensure that the data is correctly processed and stored in the CRM? Thank you! |
Beta Was this translation helpful? Give feedback.
-
We see that on 09/06/2024, documentation titled "Email Integration via SendGrid Inbound Parse Webhook" was published. Could you clarify if this means the functionality is now available in version 2.0.1? We appreciate your response and look forward to your clarification. |
Beta Was this translation helpful? Give feedback.
-
Hello, We have managed to fully understand the situation and can confirm that in version 2.0.1, the incoming email parsing function works. In our case, the issue arose because the "php/pecl-mail-mailparse" module was not preinstalled. We're sharing this information as it might be helpful to others. We also noticed that the parsing does not handle emails correctly when the email thread reaches the reply-to-reply stage. Please check this functionality. |
Beta Was this translation helpful? Give feedback.
-
A small addition – it's a minor detail, but still worth noting: the MAIL_FROM_NAME parameter is missing in the sent emails. |
Beta Was this translation helpful? Give feedback.
We are using the sendgrid. SendGrid offers an inbound parse webhook, which allows emails sent to a specific domain to be processed and forwarded to a specified endpoint in your application.
You would set up a webhook URL in your SendGrid account where incoming emails are sent.
SendGrid would POST the email content (including attachments) to this URL, where Krayin CRM could process and display it in the Mail > Inbox section.
Soon we will update this in the documentation also.