Skip to content

Commit

Permalink
fixing flag setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Nov 22, 2016
1 parent 56a8a06 commit e353ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/postmark/mail_message_converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def headers_part
'Subject' => @message.subject,
'Headers' => @message.export_headers,
'Tag' => @message.tag.to_s,
'TrackOpens' => cast_to_bool(@message.track_opens)
'TrackOpens' => @message.track_opens
}
end

Expand Down

0 comments on commit e353ec8

Please sign in to comment.