search for: reply_subject

Displaying 1 result from an estimated 1 matches for "reply_subject".

2006 Jul 11
0
ActiveMailer HTML + Plain Text + Attachment?
...ting on the mailing list about overriding the deliver method to add attachments after creating the message. Is this so? Does anyone have a working example? Here is one of many contortions I have tried: <pre>def answer(message, representative, sent_at = Time.now) @subject = message.reply_subject @recipients = message.sender.address @from = message.team.reply_from_address @sent_on = sent_at @content_type = "multipart/alternative" part "text/html" do |p| p.body = render_message("answer_as_html", :message => message, :signa...