Compare commits
2 Commits
720fe6df07
...
76a5c63d4d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76a5c63d4d | ||
|
|
760eeb16c9 |
@@ -1,71 +0,0 @@
|
||||
// Putorders.ini
|
||||
//
|
||||
// SAMPLE configuration file for Facilitor PutOrders routine.
|
||||
// This routine handles the internal Facilitor orders and notifications queueus and
|
||||
// takes care of sending these messages into the world. It normally is the only way out
|
||||
// for messages from Facilitor
|
||||
//
|
||||
// Several protocols are supported, like e-mail, SMS, FTP, HTTP and XML/SOAP
|
||||
// Its actual behaviour (like which messages are send by what means) is defined
|
||||
// by the applicationmanager using several settings, parameters and XSL stylesheets
|
||||
//
|
||||
// This sample needs to be copied to the ../../CUST/XXXX/Putorders folder, where
|
||||
// all the actual and appropriate settings *need* to be altered on installation.
|
||||
//
|
||||
// $Revision$
|
||||
// $Id$
|
||||
//
|
||||
|
||||
[SYSTEM]
|
||||
// The FULL FYSICAL (LOCAL) PATH to the Facilitor webroot folder (containing a.o. global.asa)
|
||||
FacilitorHome = "d:/Apps/Facilitor/Fplace5i/"
|
||||
|
||||
[ADO]
|
||||
ConnectionString = "File Name=..\Oracle.udl "
|
||||
Database_Name = "ORACLE"
|
||||
CustomerId = "PHBF"
|
||||
|
||||
[GENERAL]
|
||||
;// 0 = as attachments, 1 = in body
|
||||
NotificationInMailBody = "1"
|
||||
;// stylesheet to be applied for notifications
|
||||
NotificationXSL = "../xsl/cust.xsl"
|
||||
;System2SystemXSL = "../xsl/phbf2sys.xsl"
|
||||
;// Mail subject prefix for orders (to be followed by ordernr)
|
||||
SubjectPrefix = "Facilitor bestelopdracht nr."
|
||||
;// the fixed From address for Facilitor orders
|
||||
FromAddress = "no_reply@phbf.facilitor.nl"
|
||||
;// optional reply address if that is different from FromAddress
|
||||
ReplyAddress = ""
|
||||
;// Level of logging (0-3) for troubleshooting purposes
|
||||
LogLevel = 1
|
||||
;// INTERNET_FLAG_PASSIVE = 0x8000000, else = 0
|
||||
ConnectionFlag = 0
|
||||
;// 1 = Use Proxy Server (recognizes TIS FTP gateway only), 0 = don't use Proxy
|
||||
UseProxy = 0
|
||||
;// Proxy Server IP Address, only used when UseProxy = 1
|
||||
ProxyServerIPAddress = ""
|
||||
;// SOAP Certificate reference
|
||||
SoapCertificateName = LOCAL_MACHINE\My\it.dijkoraad.nl
|
||||
;; Minuten
|
||||
NotificationDelay=1
|
||||
LogDestination = 3
|
||||
;// force this email address for test purposes
|
||||
ForceMailAddress = "cwe@paulhardonk.nl"
|
||||
;// force this order address for test purposes
|
||||
ForceOrderAddress = "mailto:cwe@paulhardonk.nl"
|
||||
;// force this mobile number for test purposes
|
||||
;//ForceMobile = ""
|
||||
EmergencyMailAddress = "m.vanderheide@sgfacilitor.nl"
|
||||
FlexfilesFolder = d:\Apps\Facilitor\Fplace5i\cust\PHBF\flexfiles\
|
||||
CustOrders = 0
|
||||
UseSenderAsReplyTo=1
|
||||
MailBodyCharSet="unicode-1-1-utf-8"
|
||||
|
||||
[SMS]
|
||||
;// SMS accountinfo
|
||||
SmsAccount = ""
|
||||
UID = ""
|
||||
PWD = ""
|
||||
ReplyPhone = ""
|
||||
SMSProtocol = ""
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user