Skip to content

Commit

Permalink
Replace from_email with sender
Browse files Browse the repository at this point in the history
  • Loading branch information
MathijsK93 committed Mar 30, 2015
1 parent 886d3f2 commit ebc31df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mandrill/web_hook/event_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def headers
# Returns the email (String) of the sender.
# Applicable events: inbound
def sender_email
msg['from_email']
msg['sender']
end

# Returns the subject user email address.
Expand Down

0 comments on commit ebc31df

Please sign in to comment.