Thanks a lot ... I'll stop my tests... (was trying various option)
;-)) !
btw: discovered a bug using multiparts with layout ( the plain text get
the html source code..) with a nice trick to be inserted in the
environment.rb ... in case someone reads this post
module ActionMailer
class Base
private
def candidate_for_layout?(options)
(!options[:file] || options[:file].content_type != 'text/plain')
&& !@template.send(:_exempt_from_layout?, default_template_name)
end
end
end