Skip to content

Allow to configure smtp and sendmail in gitlab.yml

gitlab-qa-bot requested to merge github/fork/jirutka/email-settings into master

Created by: jirutka

Since almost all GitLab settings are configured in gitlab.yml, it’s very inconvenient to configure SMTP server in config/initializers/smtp_settings.rb.

I’ve named it explicitly outgoing_emails, because I assume that you may someday implement an ability to respond to emails from GitLab and then you’ll need to distinguish these settings.

Merge request reports