Please see <https://github.com/mailhog/MailHog/issues/221>. Wrong code is following: https://github.com/mailhog/MailHog-UI/blob/master/assets/js/controllers.js#L425 Please change to following: ``` // remove soft line breaks content = content.replace(/=\r\n/gm, ""); ```