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 for Outgoing Email
  • Common SMTP Configurations

Was this helpful?

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

Outbound Email Setup

Last updated 2 years ago

Was this helpful?

Protocol Support

Enate currently only supports SMTP/SMTPS for sending email. GraphAPI is currently only available for incoming email.

Enate Message Handling for Outgoing Email

Internally, Enate matches on the outgoing "From" to determine what email connector configured as either ‘Outgoing’ or ‘Both’ should be used to send a specific message. If no specific email connectors match the "From" address then Enate will fall back to using the System Default Gateway for sending email.

Note: This System Default Gateway MUST be configured prior to using Enate.

The unmonitored email address which is used as the From address on some automated outgoing emails such as password reset mails (and which you can set in the General Settings section of Builder) functions in the same way as the above configured From addresses. If the System Default Gateway is disabled, you must provide a valid email address for this unmonitored email which has been configured as an outbound email connector.

Common SMTP Configurations

Outgoing email can be configured in several different ways in Enate depending on the preferences of your mail server teams.

As with incoming email, Enate requires an external DNS name and publicly trusted certificate be configured with SMTP.

The port that Enate connects to SMTP on is configurable within Builder on a per connector basis and so the firewall requirements are dependent on the mail server teams and their configuration of these protocols. Typically, either port 25 for SMTP or ports 465 or 587 for SMTPS are used.

Instance-Wide SMTP Gateway

An SMTP gateway can be created with the ability to relay all email sent via it. This can be restricted with a username/password combination to avoid creating an open relay that may be subject to abuse. This can then be configured as the default SMTP/outgoing connector within Enate Builder.

This simplifies ongoing email configurations allowing new incoming email addresses to be added without needing to adjust permissions for sending.

Instance-Wide with 'Send As' Permissions

Similar to the above, a gateway can be supplied where a user account with Send As permissions on every account/Email address used within Enate can send email.

For example, an enate.production@example.com account could be created with Send As permissions on enate.sales@example.com, enate.finance@example.com and enate.accounting@example.com. This enate.production@example.com could then be configured instance-wide within Enate Builder.

This increases the configuration complexity and also requires IT or mail servers to add new addresses on an ongoing basis whenever these are required within Enate.

Per-Email Connector SMTP Server Settings

When configuring email connectors in Enate, you can specify either Incoming, Outgoing or Both for the direction.

These settings allow you to configure outgoing email to use connector specific SMTP values. No additional credentials can be specified here and so the POP3/IMAP4 credentials specified on the email connector in Enate must have Send As permissions on the configured SMTP From Address value.

This configuration typically only works where the incoming POP3/IMAP4 address is also the address that will be used to send replies, for example if customers are emailing enate.sales@example.com and the reply will also come from enate.sales@example.com. If this is not the case then this configuration leads to having to manage multiple sets of permissions across different accounts to allow Send As permissions to cover all addresses used in Enate.

🛠️