diff --git a/e107_handlers/mail.php b/e107_handlers/mail.php
index 84070e356..1b32c7ddb 100644
--- a/e107_handlers/mail.php
+++ b/e107_handlers/mail.php
@@ -1333,6 +1333,8 @@ class e107Email extends PHPMailer
$this->Body = $message;
//print_a($message);
$textMsg = str_replace("\n", "", $message);
+ $textMsg = str_replace('', "\t", $textMsg);
+ $textMsg = str_replace("", "\n", $textMsg);
$textMsg = str_replace(array('
', '
'), "\n", $textMsg); // Modified to make sure newlines carried through
$textMsg = preg_replace('#^.*?