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
62
63
64
65
66
67
68
69
70
71
72
<?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="3600000" />
    <add key="LogLevel" value="0" />
    <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\ATC-EmailFax"/>
    <add key="RegistryRoot" value="Software\Wow6432Node\TEST\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="admin" />
    <add key="lfRepo" value="TEST" />
    <add key="lfServ" value="bbdsdevlpt1" />
    <add key="lfParent" value="TEST\\ATC\\BBDS EF TEST" />
    <add key="SMTPServerName" value="192.168.2.15" />
    <add key="Port" value="25" />
    <add key="FromEmailAddress" value="bbdsfax@bbds.biz" />
    <add key="BCC" value="" />
    <add key="Body" value="Test Email for INV or Statement." />
    <add key="SubjectInvoice" value="Test Email for INV." />
    <add key="SubjectStmt" value="Test Email for Stmt" />
    <add key="Subject" value="" />
    <add key="FaxKey" value="@faxfinder.bbdsllc.local" />
    <add key="AdminEmailAddress" value="jliles@bbds.biz" />
    <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="TEST\\ATC\\BBDS EF TEST\\Statement" />
    <add key="lfInvFolder" value="TEST\\ATC\\BBDS EF TEST\\Invoice" />
    <add key="IslfInvFolderChecked" value="true" />
    <add key="IslfStmtFolderChecked" value="true" />
    <add key="lfStmtFolderpath" value="TEST\\ATC\\BBDS EF TEST\\Statement" />
    <add key="lfInvFolderPath" value="TEST\\ATC\\BBDS EF TEST\\Invoice" />

    <add key ="AssemblyVersion" value="5.0.0.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/App.config.orig

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