thomascube
2011-02-06 07b95dc49b31d131b1fecdabf2059a447935c196
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.