2019-05-24 04:03:22 -04:00
|
|
|
---
|
2019-06-09 21:05:06 -04:00
|
|
|
type: howto, reference
|
2019-05-24 04:03:22 -04:00
|
|
|
---
|
2019-05-05 11:59:22 -04:00
|
|
|
|
2019-05-24 04:03:22 -04:00
|
|
|
# Email from GitLab **[STARTER ONLY]**
|
2019-05-05 11:59:22 -04:00
|
|
|
|
2019-05-24 04:03:22 -04:00
|
|
|
GitLab provides a simple tool to administrators for emailing all users, or users of
|
|
|
|
a chosen group or project, right from the admin area. Users will receive the email
|
|
|
|
at their primary email address.
|
2019-05-05 11:59:22 -04:00
|
|
|
|
|
|
|
## Use-cases
|
|
|
|
|
|
|
|
- Notify your users about a new project, a new feature, or a new product launch.
|
|
|
|
- Notify your users about a new deployment, or that will be downtime expected
|
|
|
|
for a particular reason.
|
|
|
|
|
|
|
|
## Sending emails to users from within GitLab
|
|
|
|
|
|
|
|
1. Go to the admin area using the wrench icon in the top right corner and
|
|
|
|
navigate to **Overview > Users > Send email to users**.
|
|
|
|
|
|
|
|
![admin users](email1.png)
|
|
|
|
|
|
|
|
1. Compose an email and choose where it will be sent (all users or users of a
|
|
|
|
chosen group or project):
|
|
|
|
|
|
|
|
![compose an email](email2.png)
|
|
|
|
|
|
|
|
## Unsubscribing from emails
|
|
|
|
|
2019-05-24 04:03:22 -04:00
|
|
|
Users can choose to unsubscribe from receiving emails from GitLab by following
|
|
|
|
the unsubscribe link in the email. Unsubscribing is unauthenticated in order
|
|
|
|
to keep this feature simple.
|
2019-05-05 11:59:22 -04:00
|
|
|
|
2019-05-24 04:03:22 -04:00
|
|
|
On unsubscribe, users will receive an email notification that unsubscribe happened.
|
2019-05-05 11:59:22 -04:00
|
|
|
The endpoint that provides the unsubscribe option is rate-limited.
|
|
|
|
|
2019-05-24 04:03:22 -04:00
|
|
|
<!-- ## Troubleshooting
|
|
|
|
|
|
|
|
Include any troubleshooting steps that you can foresee. If you know beforehand what issues
|
|
|
|
one might have when setting this up, or when something is changed, or on upgrading, it's
|
|
|
|
important to describe those, too. Think of things that may go wrong and include them here.
|
|
|
|
This is important to minimize requests for support, and to avoid doc comments with
|
|
|
|
questions that you know someone might ask.
|
|
|
|
|
|
|
|
Each scenario can be a third-level heading, e.g. `### Getting error message X`.
|
|
|
|
If you have none to add when creating a doc, leave this section in place
|
|
|
|
but commented out to help encourage others to add to it in the future. -->
|