Skip to content
Snippets Groups Projects
Commit 2ccd4c32 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Use mailer

parent 4add6ca6
No related branches found
No related tags found
1 merge request!6019Add a new pipeline email service
Loading
Loading
@@ -323,7 +323,7 @@ class NotificationService
action: pipeline.status)
 
recipients.each do |to|
Notify.public_send(email_template, pipeline, to).deliver_later
mailer.public_send(email_template, pipeline, to).deliver_later
end
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment