Configuration parameters for the Dovetail Email Agent Service are specified in the EmailAgentService.exe.config found in the Dovetail Email Agent install directory.
After entering all the required parameters a EmailAgentService.exe.config files could look similar to the following:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="sec.servicename" value="SecService" />
<add key="sec.workingDir" value="C:\Program Files\Dovetail Software\Email Agent\" />
<add key="sec.service-address" value="support@company.com" />
<add key="sec.admin-address" value="admin@company.com" />
<add key="sec.check-for-loop" value="True"/>
<add key="sec.finalizer-wait-freq" value="0"/>
<add key="fchoice.disableLoginFromFCApp" value="false"/>
<add key="fchoice.dbtype" value="MSSQL" />
<add key="fchoice.connectionstring" value="Data Source=server_name; Initial Catalog=database_name; User Id=emailclerk; Password=emailclerk_password;" />
<add key="fchoice.logconfigfile" value="C:\Program Files\Dovetail Software\Email Agent\email-agent.log.config" />
</appSettings>
</configuration>
See Also |
Next |