Sending html email w/o template

hi,

i want to send html emails. i have a field containing a full html doc
structure and i would like to send that. basically the user brings that
and
saves it to the db.

i have tried various methods, with and without mailer template, also
with
yield in the template, but i am not getting the user provided html out
(render?)

so, in short how do i send html w/o a template, or can the template be
empty?

thx

I send mail from the database in my app. It is plain not html but
generally will do what you want. Take a look at the source in
http://opencampground.com/download. Download the source and look in
reservation_controller and in res_mailer.rb model. This is rails 2.3.18
but it might be of some help. It processes through liquid but that
should not add much confusion.

Norm

Could also probably use Mailchimp or sendgrid…