I'm hopeful this is a fix for the wrapping problem ...

This commit is contained in:
moodler
2003-07-28 05:53:03 +00:00
parent 1dbb6e5031
commit 4458c8a887
-1
View File
@@ -750,7 +750,6 @@ class PHPMailer
// fall through
case "alt_attachment":
$this->AltBody = $this->WrapText($this->AltBody, $this->WordWrap);
break;
default:
$this->Body = $this->WrapText($this->Body, $this->WordWrap);
break;