Wiki source code of Debug de l'envoi d'eMail

Last modified by Aurelie Bertrand on 2020/07/17 10:44

Show last authors
1
2
3 (% style="line-height:1.08; text-align:center" %)
4 (% style="color:#5c5c5c; font-family:Arial; font-size:27pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Edit system.xml file
5
6
7
8 (% style="line-height:1.2; margin-top:11px" %)
9 (% style="font-size: 12pt; font-variant: normal; white-space: pre-wrap; font-family: Arial; color: rgb(67, 67, 67); font-weight: 400; font-style: normal; text-decoration: none" %)1) On the server side,
10
11 (% style="line-height:1.2; margin-top:11px" %)
12 (% style="font-size: 12pt; font-variant: normal; white-space: pre-wrap; font-family: Arial; color: rgb(67, 67, 67); font-weight: 400; font-style: normal; text-decoration: none" %)edit the system.xml file located in “DigDash install directory”\Enterprise Server\ddenterpriseapi\config\system.xml
13
14
15 (% style="line-height:1.2; margin-top:11px" %)
16 (% style="font-size: 12pt; font-variant: normal; white-space: pre-wrap; font-family: Arial; color: rgb(67, 67, 67); font-weight: 400; font-style: normal; text-decoration: none" %)2) Add the following line
17
18 (% style="line-height:1.2" %)
19 (% style="font-size: 16pt; font-variant: normal; white-space: pre-wrap; font-family: Arial; color: rgb(255, 171, 64); font-weight: 700; font-style: normal; text-decoration: none" %)**<Property key="PROP_USE_DEBUG_MAIL_SENDER" value="true"/>**
20
21 (% style="line-height:1.2" %)
22 (% style="font-size: 12pt; font-variant: normal; white-space: pre-wrap; font-family: Arial; color: rgb(67, 67, 67); font-weight: 400; font-style: normal; text-decoration: none" %)Between (% style="font-size: 12pt; font-variant: normal; white-space: pre-wrap; font-family: Arial; color: rgb(0, 151, 167); font-weight: 400; font-style: normal; text-decoration: none" %)<SystemProperties>(% style="font-size: 12pt; font-variant: normal; white-space: pre-wrap; font-family: Arial; color: rgb(67, 67, 67); font-weight: 400; font-style: normal; text-decoration: none" %) and (% style="font-size: 12pt; font-variant: normal; white-space: pre-wrap; font-family: Arial; color: rgb(0, 151, 167); font-weight: 400; font-style: normal; text-decoration: none" %)</SystemProperties>
23
24
25 (% style="line-height:1.2" %)
26 (% style="font-size: 12pt; font-variant: normal; white-space: pre-wrap; font-family: Arial; color: rgb(67, 67, 67); font-weight: 700; font-style: normal; text-decoration: none" %)**This update requires the DigDash server to be restarted.**
27
28