Skip to content

Add custom additional text to emails

What does this MR do?

CE backport, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18183

  • Add custom additional text to emails

Are there points in the code the reviewer needs to double check?


Emails layouts

  • app/views/layouts/mailer.html.haml
    • app/views/layouts/_mailer.html.haml
  • app/views/layouts/mailer.text.erb
  • app/views/layouts/mailer/devise.html.haml
    • app/views/layouts/_mailer.html.haml
  • app/views/layouts/mailer/devise.text.erb
  • app/views/layouts/notify.html.haml
  • app/views/layouts/notify.text.erb
  • app/views/email_rejection_mailer/rejection.html.haml
  • app/views/email_rejection_mailer/rejection.text.haml
  • app/views/repository_check_mailer/notify.html.haml
  • app/views/repository_check_mailer/notify.text.haml
  • ...
  • ee/app/views/layouts/service_desk.html.haml
  • ee/app/views/notify/service_desk_new_note_email.text.erb
  • ee/app/views/notify/service_desk_new_note_email.text.erb
  • ee/app/views/notify/approved_merge_request_email.html.haml
  • ee/app/views/notify/unapproved_merge_request_email.html.haml

Why was this MR needed?

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #4474 (closed)

Edited by Coung Ngo

Merge request reports