Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  </startup>
  <appSettings>
    <add key="EntryType" value="WinForm" />
    <add key="PollingInterval" value="60000" />
    <add key="LogLevel" value="1" />
    <add key="LogSource" value="BBDS LF EF Gateway V5.0.0.0 with 8.3 DLLS" />
    <add key="TemplateName" value="AR-POS"/>
    <add key="PdfFolderPath" value="C:\temp\EFSTMT_Temp"/>
    <add key="RegistryRoot" value="Software\Wow6432Node\BBDS Solutions\Email And Fax"/>

    <!--Registry Moved to app.config from V 5.0.0.0 July 09 2013-->
    <add key="ThreadSleep" value="5" />
    <!--Thread Sleep for FAX in seconds. Max 59 seconds-->
    <add key="lfUser" value="admin" />
    <add key="lfPass" value="26action" />
    <add key="lfRepo" value="ACTION" />
    <add key="lfServ" value="192.168.1.40" />
    <add key="lfParent" value="ACTION\\AP\\AP Workflow\\NSM\\AR-POS\\4. Waiting To Send" />
    <add key="SMTPServerName" value="actionex1.atc.local" />
    <add key="Port" value="25" />
    <add key="FromEmailAddress" value="ar@actiontireco.com" />
    <add key="BCC" value="" />
    <add key="Body" value="You are receiving this email because you have asked to be invoiced by Action Tire Co. via email. Your invoice or statement is attached to this email. If you have any questions or request please contact our AR department at 404-767-3235." />
    <add key="SubjectInvoice" value="(DO NOT REPLY) ATC INV Email-" />
    <add key="SubjectStmt" value="(DO NOT REPLY) ATC STATEMENT Email" />
    <add key="Subject" value="" />
    <add key="FaxKey" value="@atcfax.atc.local" />
    <add key="AdminEmailAddress" value="ar@actiontireco.com" />
    <add key="AdminSubject" value="The email or Fax field is empty for this" />
    <add key="AdminBodyEmail" value="You are receiving this email because the Email fields in the AR-POS template are empty while running the BBDS LF EF Gateway Service. NOTE: Please fill atleast one email field and change 'Has been emailed' field to Blank for re-processing the documents." />
    <add key="AdminBodyEmailGnrl" value="You are receiving this email because" />
    <add key="AdminBodyFax" value="You are receiving this email because the fax fields in the AR-POS template are empty whil running the BBDS LF EF Gateway Service. NOTE: Please fill atleast one fax field and change 'Has been emailed' field to Blank for re-processing the documents." />
    <add key="lfStmtFolder" value="ACTION\\Accounting\\EFGTWAY Attachments\\Statement" />
    <add key="lfInvFolder" value="ACTION\\Accounting\\EFGTWAY Attachments\\Invoice" />
    <add key="IslfInvFolderChecked" value="False" />
    <add key="IslfStmtFolderChecked" value="False" />
    <add key="lfStmtFolderpath" value="ACTION\\Accounting\\EFGTWAY Attachments\\Statement" />
    <add key="lfInvFolderPath" value="ACTION\\Accounting\\EFGTWAY Attachments\\Invoice" />

    <add key ="AssemblyVersion" value="5.0.2.0"/>
    <add key ="IsLocal" value="false"/>

    <add key="ClientSettingsProvider.ServiceUri" value="" />
    <add key="AnnotationType"/>

    <add key="Test Mode" value="False"/>
  </appSettings>

  <!--<system.net>
    <mailSettings>
      <smtp>
        <network host="smtp.comcast.net" />
      </smtp>
    </mailSettings>
  </system.net>-->

</configuration>

Commits for ChrisCompleteCodeTrunk/ATC_EmailandFaxGateway/EmailAndFaxWithStmt/bin/Debug/EmailAndFaxWithStmt.exe.config

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000