-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathQG365Office.prw
38 lines (32 loc) · 1.12 KB
/
QG365Office.prw
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
QG365Office()
Static Function QG365Office
PutMV("MV_RELAUTH",".T.")
PutMV("MV_RELTIME","120")
PutMV("MV_PORSMTP","587")
PutMV("MV_RHAUTEN",".F.")
PutMv("MV_RELSSL" ,".T.")
PutMv("MV_RELTLS" ,".T.")
PutMV("MV_WFPOP3" ,"outlook.office365.com")
PutMV("MV_WFSMTP" ,"smtp.office365.com:587")
PutMV("MV_RELSERV","smtp.office365.com:587")
PutMV("MV_RHSERV" ,"smtp.office365.com") // -->NAO COLOCAR :PORTA <--
PutMV("MV_WFACC" ,"[email protected]")
PutMV("MV_WFMAIL" ,"[email protected]")
PutMV("MV_WFMAILT","[email protected]")
PutMV("MV_RELACNT","[email protected]")
PutMV("MV_RELFROM","[email protected]")
PutMV("MV_EMCONTA","[email protected]")
PutMv("MV_WFADMIN","[email protected]")
PutMv("MV_MAILADT","[email protected]")
PutMV("MV_RELAUSR","[email protected]")
PutMV("MV_RHCONTA","[email protected]")
PutMV("MV_CVMAIL" ,"[email protected]")
PutMV("MV_WFPASSW","@senha@123")
PutMV("MV_EMSENHA","@senha@123")
PutMV("MV_RELAPSW","@senha@123")
PutMV("MV_RELPSW" ,"@senha@123")
PutMV("MV_RHSENHA","@senha@123")
PutMV("MV_WFAUTSE","@senha@123")
PutMV("MV_WFAUTUS","[email protected]")
PutMV("MV_WFMLBOX","WFPERCOL")
Return