Added validators and new transport

This commit is contained in:
Shikiryu
2015-07-12 20:34:54 +02:00
parent 091dd4cf22
commit 8426972504
9 changed files with 165 additions and 138 deletions

View File

@@ -234,6 +234,8 @@ class Email extends TransportAbstract
*/
public function send()
{
// TODO check if file is empty
// Checking files are selected
$zip = new \ZipArchive(); // Load zip library