Enate Help
What's New in EnateEnate WebsiteEnate AcademyFeedback
中文
中文
  • Hi, welcome to Enate Help
  • ✨What's New in Enate
  • Work Manager
    • 💻Work Manager
      • Home Page
        • Bar Chart and Grid
        • Team Bar - Viewing Your Team
          • Team Bar for Team Members
          • Team Bar for Team Leaders
      • Setting Teams and Queues
      • Quickfind
        • Quickfind Searches with Custom Data Fields
        • How Quickfind works - specifics
      • Managing Contacts
        • Adding, Editing and Deleting Contacts
        • Contact Management Page
        • Contact Activity Page
        • Contact Tags
        • Contacts Card
      • Emails
        • Composing Emails
        • Canned Texts
        • Email Attachments
        • Saving an Email as a Draft
        • Scheduling Emails
        • Email Inbox View
        • Sent Items View
        • Outbox View
        • Unprocessed Emails
          • Unprocessed Emails Further Specifics
        • Blocked Email Addresses
        • Incoming Emails - Processing Logic
          • Dealing with Incoming Out of Office Emails
      • Notifications
      • Getting New Work
      • Creating New Work
        • Bulk Create Work Items
      • Work Item Overview
        • Overview of Work Item Types
        • Adding a Note
        • Timeline
        • Files Tab
        • Time Tracker Card
        • Custom Cards
        • Viewing Recently Accessed Work Items
      • 处理票据
        • 票务屏幕
        • 处理票据
        • 将工单合并到另一个工单/案例/操作
        • 分割票证
        • 将票据转换为案例
      • Working with Linked Work Items
        • Linking Existing Work Items
        • Creating New Linked Work Items
        • Viewing Linked Work Items
        • Sharing Emails between Linked Work Items
        • Related Group vs Linked Work Items
      • Working Between Teams
      • Assigning / Reassigning / Unassigning Work
      • Feedback Features
      • Views of your Data
      • User Settings
      • Navigation Items
      • Test Mode
      • Multilingual Support
      • Appendix
        • Potential Validation Errors for Bulk Creation of Work Items
        • Search terms ignored - further details
        • System behaviour for Determining Assignee, Owner & Queue for Work Items
        • Screen Resolution Support
  • 💬Feedback
Powered by GitBook
On this page
  • Protocol Support
  • Enate Message Handling
  • Mailbox Types
  • Aliasing and Forwarding

Was this helpful?

Export as PDF
  1. Builder
  2. Builder
  3. Email Mailbox Configuration
  4. Setting up your Email Infrastucture

Inbound Email Setup

Last updated 2 years ago

Was this helpful?

Protocol Support

Enate can support the following protocols for incoming email:

  • POP3/SPOP3

  • IMAP4/IMAPS4

  • GraphAPI (Office365)

POP3 and IMAP4 can be configured in Enate on any port, so firewall requirements are dependent upon the mail server team and their configuration of these protocols. When using POP3 and IMAP4, Enate requires that these use an external DNS name and have a publicly trusted certificate that matches on the DNS name.

For example, a POP3 server with the external DNS name pop3-mail.enate.net should have a publicly trusted certificate that either matches the full name pop3-mail.enate.net or should have a wildcard certificate for *.enate.net. Enate requires certificates be publicly trusted and cannot accommodate internal DNS names or self-signed certificates. GraphAPI operates over HTTPS directly from Office365 and requires no additional ports to be open.

Note: There is some additional configuration to be done in Office365, which can be found .

Enate Message Handling

Regardless of the protocol that is used for incoming email, the behaviour is always the same within the mailbox: When Enate polls a mailbox to retrieve messages, these messages will be downloaded and processed by Enate and then be deleted from the mailbox.

Mailbox Types

Email Integration is possible for Normal User Mailboxes as well as Shared Mailboxes. Since the Shared Mailbox doesn’t have a password but an account with permissions to access the shared mailbox, when configuring your Connector you should first enter the username and password for the primary account via which you can access the shared mailbox, then you set the 'Access Another Mailbox' option to ON, and provide the name of the shared mailbox to be used.

Aliasing and Forwarding

Aliases

Enate can support multiple aliases on a single mailbox to simplify the configuration and number of accounts required on the mail server side.

Enate mailbox matching logic is always performed on the "To" address received in the message body that was downloaded from the server. Depending on the mail server in use this can present issues when handling email internally for the same domain as the mailbox that Enate connects to. Exchange Server and Office365 will modify the "To" field to be the Primary SMTP address configured for the receiving mailbox if the email has been sent within the same domain. This can cause issues with email routes not correctly matching.

Example:

If enate.sales@example.com were configured as an alias of enate.production@example.com another user sending to enate.sales@example.com from an @example.com email address would result in the "To" field within Enate appearing as enate.production@example.com rather than the enate.sales@example.com address the email was sent to.

Forwarding

Forwarding between different mailboxes is sometimes used to achieve an archive of emails processed within Enate. These can be done successfully in most systems however care should be taken to avoid modification to the "To" field. This behaviour is typically highly specific to individual mail systems depending on how it is being done and so should be tested as to avoid affecting email messages.

🛠️
here