I am getting this error while i try to “invite user”.Hoew to resolve this issue?I could not find an app/config folder and so i created one and put a constants.php file there.But how should it look like?
ERROR MESSAGE:-
"Make sure that you have done the below required changes in app/Config/constants.php
You have provided the details of SMTP email sending options in app/Config/constants.php
You have updated FROM_EMAIL_NOTIFY and SUPPORT_EMAIL in app/Config/constants.php
BTW, i created the app and config folder under XAMPP folder.
I found a copy of constants.php in c:\xampp\phpMyAdmin\vendor\pragmarx\google2fa\src\Support .
I installed orangescrum using docker
c:\program files\docker\docker
The app and DB is available but when i try to crete a new user with invite user it gives me the above error
And when i try to browse as said in orangescrum helpdesk website
**http://DOMAINNAME/cron/test_email/?to=emailId
Its give me error like this:
Provide the details of SMTP email sending options in app/Config/constants.php
The linux containers are running in in windows 2019 server.I have installed apache,and my sql using XAMPP. I used the docker image to set up orangescrum.Though now i am able to browse the orangescrum GUI and perform all functions except inviting users.Its gives me the above mentioned error.I tried to create a config folder and put a constants.php in the container.Still it is giving me the same error.Now i have a orangescrum app and orangescrum db running in linux containers.