Configuration

The Email Agent extension stores its configuration in a file named emailAgentExtension.config.

Attribute

Required?

Description

EmailAgentExtensionSettings.EmailAccountUserName

Yes

Email Agent will only process messages if the email account matches this value (or one of the values, if using a list of email addresses).

Supports a comma-separated list of values, i.e. "account1@company.com,account2@company.com"

For more information, review the EmailIsFromEmailAgentEmailAccount condition class.

EmailAgentExtensionSettings.SendEmailNotifications

no

Should Email Agent send email notification replies to senders who've created cases or logged notes.

Default value is true.

EmailAgentExtensionSettings.SendResponsesFromEmailAddress

Yes

Email address from which email responses will be sent.

EmailAgentExtensionSettings.AdministratorEmailAddress

yes

Email address which will receive notifications when an error occurs while processing a incoming email message.

EmailAgentExtensionSettings.NewContactDefaultSiteId

yes

When creating a new case from an email. If the email sender is not already a contact. One can be created. When this happens this value will be used for the new contact's site.

EmailAgentExtensionSettings.RemoveOriginalMessage

no

Email Agent will attempt to isolate and remove previous email contents. You can control which boundaries are used by editing the emailBoundaryDelimiters.config file.

Default value is true.

EmailAgentExtensionSettings.CaseIdentifierFormat

yes

Regular expression describing how Email Agent should locate case identifiers in email subject and bodies.

EmailAgentExtensionSettings.CaseReplySubjectTemplate

yes

Spark template used to populate the subject of case email notification responses from Email Agent.

EmailAgentExtensionSettings.SubcaseIdentifierFormat

yes

Regular expression describing how Email Agent should locate subcase identifiers in email subject and bodies.

EmailAgentExtensionSettings.SubcaseReplySubjectTemplate

yes

Spark template used to populate the subject of subcase email notification responses from Email Agent.

EmailAgentExtensionSettings.DeleteEmails

no

Should Email Agent delete the email (from the file system) after processing it. Normally this should be set to true. It can be set to false when debugging an issue.

Default value is true.

For more Dovetail Carrier wide configuration settings look at Service Configuration

See Also

Email Agent Extension

Workflow

Next

Workflow

Configuration