Class | ActionMailer::Part |
In: |
lib/action_mailer/part.rb
|
Parent: | Object |
Represents a subpart of an email message. It shares many similar attributes of ActionMailer::Base. Although you can create parts manually and add them to the parts list of the mailer, it is easier to use the helper methods in ActionMailer::PartContainer.
Create a new part from the given params hash. The valid params keys correspond to the accessors.