Added (c) stuff and some formatting.
[squirrelmail.git] / functions / smtp.php
index 92ab7f72a91538a4a1740c9cad233c7e6b80a55c..221ae0ec09e9a00690ffc763bb33296e40526350 100644 (file)
@@ -1,5 +1,9 @@
 <?php
+
    /** smtp.php
+    **
+    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     ** This contains all the functions needed to send messages through
     ** an smtp server or sendmail.
@@ -7,10 +11,6 @@
     ** $Id$
     **/
 
-   if (defined('smtp_php'))
-      return;
-   define('smtp_php', true);
-
    require_once('../functions/addressbook.php');
    require_once('../functions/plugin.php');