alecpl
2011-01-03 aff04d6fc4dd5a63b0ee91427917287f8a5d928f
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.