-
Notifications
You must be signed in to change notification settings - Fork 1
/
CmdLogAddin.reg
25 lines (21 loc) · 1.03 KB
/
CmdLogAddin.reg
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
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\VB and VBA Program Settings\LogAddin]
[-HKEY_CURRENT_USER\Software\VB and VBA Program Settings\LogAddin\Settings]
[HKEY_CURRENT_USER\Software\VB and VBA Program Settings\LogAddin\Settings]
"cdoUserID"=""
"cdoPassword"=""
"cdoUseSSL"="False"
"cdoAuthentRequired"="False"
"cdoServerName"="yourSMTPServer"
"cdoServerPort"="25"
"cdoInternalErrMailRcpt"="[email protected]"
"defaultSubject"="Batch Process Error"
"defaultSender"="[email protected]"
"defaultMailIntro"="Following Error occured: "
"defaultMailGreetings"="regards, your log-addin"
"logentry0"="timestamp"
"logentry1"="loglevel"
"logentry2"="caller"
"logentry3"="e:USERNAME"
"logentry4"="logmessage"
"mailCmd"="C:\\mailsend-go\\path\\mailsend-go.exe -smtp <serverName> -port <serverPort> <useSSL> -log \"<curPath>\\mailsend-go.log\" auth -user <userID> -pass \"<passwd>\" -f \"<fromAddr>\" -to \"<toAddr>\" -sub \"<subject>\" body -file \"<curPath>\\mailbody.txt\""