diff --git a/mail.php b/mail.php index eac4a81..581a943 100644 --- a/mail.php +++ b/mail.php @@ -1225,8 +1225,8 @@ class mail private function createMailEMLSub ($parent) { $this->recurse++; - if ($this->recurse > 10) - throw new \Exception ("Recurse createMailEMLSub > 10", 500); + if ($this->recurse > 120) + throw new \Exception ("Recurse createMailEMLSub > 120", 500); if (!array_key_exists ("_partsIDchild", $parent)) return ""; $complete = "";