diff --git a/doc/settings/smtp.md b/doc/settings/smtp.md index fc6241cf05bca9b5385aa3c932ca4a96c33b2ca0_ZG9jL3NldHRpbmdzL3NtdHAubWQ=..34a4761f84a4fba6ea857b839fe9fab9310170ed_ZG9jL3NldHRpbmdzL3NtdHAubWQ= 100644 --- a/doc/settings/smtp.md +++ b/doc/settings/smtp.md @@ -1346,6 +1346,12 @@ the SMTP configuration is missing, you may notice that emails do not get sent through SMTP as many GitLab emails are sent via Sidekiq. +### Emails not sending when using Sidekiq routing rules + +If you are using Sidekiq [routing rules](https://docs.gitlab.com/ee/administration/sidekiq/processing_specific_job_classes.html#routing-rules), your configuration might be missing the `mailers` queue which is required for outgoing mail. + +For more details, review the [example configuration](https://docs.gitlab.com/ee/administration/sidekiq/processing_specific_job_classes.html#detailed-example). + ### Email not sent WARNING: