We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b1f64 commit f091bd6Copy full SHA for f091bd6
actionmailer/lib/action_mailer/base.rb
@@ -922,7 +922,7 @@ def collect_responses(headers)
922
def collect_responses_from_text(headers)
923
[{
924
body: headers.delete(:body),
925
- content_type: headers[:content_type] || self.class.default[:content_type] || "text/plain"
+ content_type: headers[:content_type] || "text/plain"
926
}]
927
end
928
0 commit comments