microsoft / oxa-tools

Open edX on Azure Tools
MIT License
36 stars 103 forks source link

Changing the admin mail Id. #372

Closed sanjay186 closed 5 years ago

sanjay186 commented 5 years ago

hi @eltoncarr

I've deployed openedx ficus version, i need to change my admin email id (which im receiving mail ). i tried changing the email in below file but it was not reflected, i'm still receiving the mail from the old id . /edx/app/edxapp/lms.env.json /edx/app/edxapp/cms.env.json

i found a file under oxa/oxa-tools-config/env/bvt/bvt.sh which has the all parameters that was given while deploying, in that file there is a field called platform email which hold the admin email id . So i just need to know if i change that file and run sh command will it affect my present edx configuration.

please help me

thanks in advance

eltoncarr commented 5 years ago

bvt.sh is a configuration file and is only using during the bootstrap process. We use email in a number of places for notification purposes. Changing those details in .env.json or .auth.json are at best partial. If you must, make sure you are making those changes to the vmss instance(s) and restart services.