|
|
Sergey Kornilov admin 9/7/2017 |
|
Add the following code to AfterAppInit and modify those settings based on your app logic: $globalSettings["strSMTPUser"] = ""; |
|
|
T
|
thudsen author 10/19/2017 |
|
Add the following code to AfterAppInit and modify those settings based on your app logic: $globalSettings["strSMTPUser"] = "";
|
|
|
|
Sergey Kornilov admin 10/19/2017 |
|
Of course, you an modify this code to read data from the database and still assign it to these variables. |
|