[Vtigercrm-commits] [vtiger-commits] r6859 - /vtigercrm/trunk/modules/Emails/mail.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 09:24:48 EDT 2006


Author: saraj
Date: Wed May 31 07:24:45 2006
New Revision: 6859

Log:
* Modified the license because this is the file which contains our own codes not the mailer code

Modified:
    vtigercrm/trunk/modules/Emails/mail.php

Modified: vtigercrm/trunk/modules/Emails/mail.php
==============================================================================
--- vtigercrm/trunk/modules/Emails/mail.php (original)
+++ vtigercrm/trunk/modules/Emails/mail.php Wed May 31 07:24:45 2006
@@ -1,29 +1,16 @@
 <?php
-////////////////////////////////////////////////////
-// PHPMailer - PHP email class
-//
-// Class for sending email using either
-// sendmail, PHP mail(), or SMTP.  Methods are
-// based upon the standard AspEmail(tm) classes.
-//
-// Copyright (C) 2001 - 2003  Brent R. Matzelle
-//
-// License: LGPL, see LICENSE
-////////////////////////////////////////////////////
-
-/**
- * PHPMailer - PHP email transport class
- * @package PHPMailer
- * @author Brent R. Matzelle
- * @copyright 2001 - 2003 Brent R. Matzelle
- */
+/*********************************************************************************
+** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is:  vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
 
 
 require("modules/Emails/class.phpmailer.php");
-
-//Add these lines in wherever we want to use this function
-//include("modules/Emails/mail.php");
-//send_mail('Emails',$to_email,$from_name,$from_email,$subject,$body,$ccmail,$bccmail);
 
 /**   Function used to send email 
   *   $module 		-- current module 





More information about the vtigercrm-commits mailing list