mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 11:06:10 +10:00
5 lines
166 B
Ruby
5 lines
166 B
Ruby
# Interceptor in lib/disable_email_interceptor.rb
|
|
unless Gitlab.config.outgoing_emails.enabled
|
|
ActionMailer::Base.register_interceptor(DisableEmailInterceptor)
|
|
end
|