Transforms user email config body fields textarea into text_formated (ckeditor).
important: This module does not send email as HTML, it only enables the 'text_format' field in user config. You will need to setup mail sending / HTML mail on your own.
That being said, depending on your mail modules setup, you may need to use the 'hook_mail_alter' to return the $message['body'] as desired.