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?