I'm hopeful this is a fix for the wrapping problem ...
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user