feat(mail): from and link with host for recipient in dossier_mailer
This commit is contained in:
parent
3512e071d3
commit
f8a9e72aa2
7 changed files with 75 additions and 9 deletions
5
spec/support/mailer.rb
Normal file
5
spec/support/mailer.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
def header_value(name, message)
|
||||
message.header.fields.find { _1.name == name }.value
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue