Email configuration

Email server configuration is used to configure your email server with BrowserStack Code Quality. On configuring your email server, the users will receive notifications from the configured email server.

Following are the steps to configure the email server:

  1. Go to Admin > Notifications.
  2. Click Email Configuration.
  3. Fill in the fields with your e-mail server configurations. The information/description regarding each field will be displayed on the information icon.
  4. Click the Save button.
  5. Once an email server is configured with BrowserStack Code Quality, the user will be able to test the email server connection by clicking on the “Test” button.
    When the “Test” button is clicked, an email will be sent to the provided email address.

Congratulations! You have configured your email server with BrowserStack Code Quality.

Email notifications

This selection allows users to edit/configure email preferences and receive notifications based on the occurrence of certain events.
Users can enable or disable the preferences according to his choice i.e. he can select customized email options.

Steps to configure email preferences:

  1. Go to Admin > Notifications.
  2. There are various notification types displayed on the screen.
  3. By default, when the new user is created, all the checkboxes are ticked.
  4. Users can select or deselect the checkboxes according to the requirements.
  5. Click on the “Save Preferences” button. When the user clicks on this button, the newly selected preferences will be saved. Users will receive emails according to their selection.
Note: This is for all the users, regardless of their roles in BrowserStack Code Quality.

Proxy Settings

Setup below env variables on system to use proxy :
EMB_PROXY_HOST
EMB_PROXY_PORT
EMB_PROXY_USERNAME
EMB_PROXY_PASSWORD

Or

HTTP_PROXY
HTTPS_PROXY

To exclude from proxy please set below environment variable:

no_proxy or NO_PROXY

To exclude multiple servers from proxy use ‘|’ or ‘,’ seperator in no proxy with double quote.
for e.g- no_proxy=“http://localhost:3000|http://3.72.41.7:3128” or no_proxy=“http://localhost:3000,http://3.72.41.7:3128

Suggest Edit