thomascube
2011-02-02 e4e38e02cfe626ffeda26b1d4a08df7a6cd3997d
program/lib/Net/SMTP.php
@@ -974,6 +974,8 @@
                }
            }
        } else {
            if (!isset($size))
                $size = strlen($data);
            /*
             * Break up the data by sending one chunk (up to 512k) at a time.  
             * This approach reduces our peak memory usage.