I am trying to code a form which has the following characteristics;
Pre filled email (to)
Pre filled subject (selection)
Pre filled message (selection) with links (html)
I can code the form itself, html is easy-ish, what I'm having trouble with is populating the subject and message fields.
I know how to include an external file with variables in, but I have no idea how to make them into a selectable form, also I have found that the <textarea> tag strips html so live links cannot be included - which I need.
This form is for my own personal use, no other person will be using it as I am using it to send email to my small client list.
I am not using a database except if you consider a flat-file a DB, settings are stored in a php document.
Any and all help welcomed

While I'm here, my server no longer accepts php_mail, does anybody know of a good alternative to send from my server?
Thanks


