I want the user to setup an email template (using basic Bold, Underline, Colour functions, even imbed pics as a "nice to have") so that I can merge it with data from the database.
My thinking is that the email template will look like this:
Dear <<firstname>>
You have <<qty>> items on back order. These items will be ready on <<date>>.
Which when 'filled in' becomes:
Dear Johnny
You have 8 items on back order. These items will be ready on 2007/05/05.
Where I am stuck is giving the user a basic, easy HTML editor. Does anyone know of something I can use? I don't want to have to write an HTML editor - (I don't think I could anyway), but I feel its 'reinventing the wheel'.
All comments / advice appreciated.