|
@@ -1,4 +1,14 @@
|
|
|
<?php
|
|
|
+/**
|
|
|
+ * Deliver_SendMail.class.php
|
|
|
+ *
|
|
|
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
|
|
|
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
|
|
|
+ *
|
|
|
+ * Delivery backend for the Deliver class.
|
|
|
+ *
|
|
|
+ * $Id$
|
|
|
+ */
|
|
|
|
|
|
require_once('Deliver.class.php');
|
|
|
|