diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-17 11:59:07 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-17 11:59:07 +0000 |
commit | 8b573c94895dc0ac0e1d9d59cf3e8745e8b539ca (patch) | |
tree | 544930fb309b30317ae9797a9683768705d664c4 /doc/tools | |
parent | 4b1de649d0168371549608993deac953eb692019 (diff) | |
download | gitlab-ce-8b573c94895dc0ac0e1d9d59cf3e8745e8b539ca.tar.gz |
Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42
Diffstat (limited to 'doc/tools')
-rw-r--r-- | doc/tools/email.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/tools/email.md b/doc/tools/email.md index 41a78f3a68a..302279401f6 100644 --- a/doc/tools/email.md +++ b/doc/tools/email.md @@ -1,20 +1,20 @@ --- stage: none group: unassigned -info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers +info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments type: howto, reference --- # Email from GitLab **(STARTER ONLY)** 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 +a chosen group or project, right from the Admin Area. Users receive the email at their primary email address. ## 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 +- Notify your users about a new deployment, or that downtime is expected for a particular reason. ## Sending emails to users from within GitLab @@ -24,14 +24,14 @@ at their primary email address. ![admin users](email1.png) -1. Compose an email and choose where it will be sent (all users or users of a +1. Compose an email and choose where to send it (all users or users of a chosen group or project). The email body only supports plain text messages. - HTML, Markdown, and other rich text formats are not supported, and will be + HTML, Markdown, and other rich text formats are not supported, and is sent as plain text to users. ![compose an email](email2.png) -NOTE: **Note:** +NOTE: [Starting with GitLab 13.0](https://gitlab.com/gitlab-org/gitlab/-/issues/31509), email notifications can be sent only once every 10 minutes. This helps minimize performance issues. ## Unsubscribing from emails @@ -40,7 +40,7 @@ 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. -On unsubscribe, users will receive an email notification that unsubscribe happened. +On unsubscribe, users receive an email notification that unsubscribe happened. The endpoint that provides the unsubscribe option is rate-limited. <!-- ## Troubleshooting |