You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/administration/user-settings.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,21 @@ To access your individual user settings navigate to [https://g.codefresh.io/user
9
9
10
10
## Email Notifications for Builds
11
11
12
-
In the part section of the screen you can choose what email notifications you want to be active.
13
-
The options are:
12
+
> **IMPORTANT**:
13
+
On 26 August 2022, we are switching off email notifications for all accounts.
14
+
To re-enable email notifications, update the email notification settings for your account _after_ the above date.
15
+
14
16
15
-
* Email address that will receive the notifications. By default it is the same address that you used for [sign-up]({{site.baseurl}}/docs/getting-started/create-a-codefresh-account/)
16
-
* Toggle for receiving emails of successful builds
17
-
* Toggle for receiving emails of failed builds
17
+
Receive email notifications for builds based on the build status: only successful, only failed, or for both successful and failed builds.
18
+
19
+
> By default, email notifications are disabled for both successful and failed builds.
20
+
21
+
**Email notification settings**
22
+
23
+
* Email address for the notifications. By default it is the same address you used to [sign-up]({{site.baseurl}}/docs/getting-started/create-a-codefresh-account/).
24
+
* Select to receive emails for successful builds
25
+
* Select to receive emails for failed builds
18
26
19
-
> For _new_ users, email notifications for builds, both successful and failed, are disabled by default.
20
27
21
28
{% include image.html
22
29
lightbox="true"
@@ -27,7 +34,6 @@ caption="email settings"
27
34
max-width="50%"
28
35
%}
29
36
30
-
The last option is especially useful in big teams, where multiple people commit on the same Git repository.
0 commit comments