When using Rich text editors the field is not in the $values array on before record.
If i change the field to standard text box, the field is in the array.
Wtih textbox:
Array ( [reciepients] => Massmail [subject] => aaaa [body] => xsdsadasd )
With Rich text editor:
Array ( [reciepients] => Massmail [subject] => aaaa )