2022-04-09 04:01:28 -07:00
|
|
|
---
|
|
|
|
|
eleventyNavigation:
|
|
|
|
|
key: CommunicationCodeberg
|
|
|
|
|
title: Email Settings
|
|
|
|
|
parent: GettingStarted
|
|
|
|
|
order: 65
|
|
|
|
|
---
|
|
|
|
|
|
2022-07-05 00:20:36 -07:00
|
|
|
By default, Codeberg will send notifications to your registered email addresses.
|
2022-04-09 04:01:28 -07:00
|
|
|
|
2023-10-14 07:17:16 -07:00
|
|
|
{% admonition "Tip" %}
|
|
|
|
|
|
|
|
|
|
This section only concerns your Codeberg account and will not affect the commits you do not make on the website.
|
2024-02-02 21:10:00 -08:00
|
|
|
If you don't know how to **configure your name and email in Git**, take a look at the ["Configuring Git" guide](/git/configuring-git).
|
2023-10-14 07:17:16 -07:00
|
|
|
|
|
|
|
|
{% endadmonition %}
|
|
|
|
|
|
2022-04-09 04:01:28 -07:00
|
|
|
## Configuring all notifications
|
|
|
|
|
|
2025-06-14 02:38:21 -07:00
|
|
|
To change your notification preferences, go to your [Account Settings](https://codeberg.org/user/settings/account) or
|
|
|
|
|
manually navigate to the settings page.
|
2022-04-09 04:01:28 -07:00
|
|
|
|
2025-06-14 02:38:21 -07:00
|
|
|
You can access it by clicking on the menu button “Profile and Settings...” in the top-right corner of Codeberg.
|
|
|
|
|
From this dropdown, click on Settings, then click on the Account tab.
|
2022-04-16 21:03:43 -07:00
|
|
|
|
2025-06-14 02:38:21 -07:00
|
|
|
In the section “Manage Email Addresses”, you can select one of the following options from the drop-down menu for each
|
|
|
|
|
email address that you have registered with Codeberg:
|
2022-04-09 04:01:28 -07:00
|
|
|
|
2024-06-11 00:51:22 -07:00
|
|
|
| Option | Effect |
|
|
|
|
|
| :-------------------------- | :------------------------------------------------------------------------------------------------------ |
|
|
|
|
|
| Enable Email Notifications | Enables all notifications (default setting) |
|
|
|
|
|
| Only Email on Mention | Codeberg will only send an email to this address if your username is mentioned in an issue or a comment |
|
|
|
|
|
| Disable Email Notifications | Codeberg will not send any emails to this address |
|
2022-04-09 04:01:28 -07:00
|
|
|
|
2022-07-05 00:20:36 -07:00
|
|
|
When you're finished, press the button “Set Email Preference” to confirm your selection.
|
2022-04-09 04:01:28 -07:00
|
|
|
|
2023-11-26 21:45:00 -08:00
|
|
|
{% admonition "info" %}
|
|
|
|
|
|
2024-06-12 03:20:37 -07:00
|
|
|
Disabling email notifications doesn't mean that you'll stop receiving important messages from the Codeberg organization.
|
2023-11-26 21:45:00 -08:00
|
|
|
|
|
|
|
|
{% endadmonition %}
|
2022-04-09 04:01:28 -07:00
|
|
|
|
|
|
|
|
## Issue notifications
|
|
|
|
|
|
2025-06-14 02:38:21 -07:00
|
|
|
As soon as you make a comment on an issue, you automatically subscribe to it. Unless you disabled email notifications
|
|
|
|
|
for all your email addresses, you will get an email for every change and comment on that issue.
|
2022-04-16 21:03:43 -07:00
|
|
|
|
2025-06-14 02:38:21 -07:00
|
|
|
You can check and modify your issue subscription status under the “Notifications” section on the menu on the right side
|
|
|
|
|
of the issue screen.
|
2022-04-09 04:01:28 -07:00
|
|
|
|
|
|
|
|
## Watching repositories
|
|
|
|
|
|
2025-06-14 02:38:21 -07:00
|
|
|
When you watch a repository (by clicking on the “Watch” button in a repository), you will receive emails for every change
|
|
|
|
|
(creation of issues, pull requests, comments, etc.) done in this repository.
|
2022-04-16 21:03:43 -07:00
|
|
|
|
2022-07-05 00:20:36 -07:00
|
|
|
To stop watching a repository, simply click on “Unwatch” in a repository.
|
2022-04-09 04:01:28 -07:00
|
|
|
|
2025-06-14 06:39:01 -07:00
|
|
|
You are also able to [list all of your watched repositories](https://codeberg.org/notifications/watching).
|
2025-06-14 02:38:21 -07:00
|
|
|
Alternatively you can click the menu button “Profile and Settings...” in the top-right corner of Codeberg and click on
|
|
|
|
|
"Subscriptions" in the dropdown.
|