diff --git a/theme/mimemail.theme.inc b/theme/mimemail.theme.inc
index 2788fa1..0e2db5b 100644
--- a/theme/mimemail.theme.inc
+++ b/theme/mimemail.theme.inc
@@ -113,6 +113,9 @@ function template_preprocess_mimemail_message(&$variables) {
   // Set styles for the message.
   $variables['css'] = $css;
 
+  // Set template alternatives
+  $variables['theme_hook_suggestions'][] = 'mimemail_message__' . str_replace('-', '_', $variables['key']);
+
    // Process key to be a proper CSS class.
   $variables['key'] = str_replace('_', '-', $variables['key']);
 }
