class EmailConstants { static const HTML_TEXT = 'text/html'; static const PLAIN_TEXT = 'text/plain'; }