try and fix it again
This commit is contained in:
parent
3e20dcd3ba
commit
e9a5904ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ module Messagebus
|
||||||
end
|
end
|
||||||
|
|
||||||
def from_header_parse(message)
|
def from_header_parse(message)
|
||||||
message['from'].to_s || AppConfig[:smtp_sender_address]
|
AppConfig[:smtp_sender_address]
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue