How do I configure Open edX environment? Want to change site name or address Open edX uses to send emails?
By default, your Open edX instance will send emails using the from address as no-reply@openedx.site and site name is My Platform Name Here.
- For Hawthorn, if you want to change that you can follow the steps below.
- Log into IBM Cloud.
- Under Resource summary, click Kubernetes Clusters.
- Under Kubernetes Clusters, click mycluster.
- Click Kubernetes Dashboard.
- Switch the namespace to open-edx-trial on the left under Overview.
- Click Config Maps under Config and Storage.
- Click the 3 dots icon beside open-edx-config-env and select View/edit YAML.
- Change the value of the field, "SETTING_CONTACT_EMAIL" to your preferred email. Similarly, make a change of this field, SETTING_PLATFORM_NAME to your preferred site name.
- To apply the change, you need to recreate the lms pod. Click on Pods on the left under Workloads, find the pod that starts with lms- (not lms-worker-) and click the 3 dots icon on the right and confirm Delete. You might need to go to the next page to find it.
- Kubernetes will re-create the pod in a few seconds with the new value for email.
- For Ironwood, if you want to change that you can follow the steps below.
- Log into IBM Cloud.
- Under Resource summary, click Kubernetes Clusters.
- Under Kubernetes Clusters, click mycluster.
- Click Kubernetes Dashboard.
- Switch the namespace to open-edx-trial on the left under Overview.
- Click Config Maps under Config and Storage.
- If you click at openedx-config, you could have a look at the default set-up environment values.
- Click EDIT on the top right.
- Change the value of the field "CONTACT_EMAIL" or "PLATFORM_NAME" under data section.
- To apply the change, you need to recreate the lms pod. Click on Pods on the left under Workloads, find the pod that starts with lms- (not lms-worker-) and click the 3 dots icon on the right and confirm Delete. You might need to go to the next page to find it.
- Kubernetes will re-create the pod in a few seconds with the new value.If you like further assistance, please let us know.