# File lib/action_mailer/tmail_compat.rb, line 4
    def set_content_type(*args)
      message = 'Message#set_content_type is deprecated, please just call ' <<
                'Message#content_type with the same arguments'
      ActiveSupport::Deprecation.warn(message, caller[0,2])
      content_type(*args)
    end