1 2 3 4 |
part :content_type => "multipart/alternative" do |p| p :content_type => "text/html", :body => ("proposal_message") end |
1 2 3 4 |
part :content_type => "multipart/alternative" do |p| p :content_type => "text/html", :body => ("proposal_message") end |