[Vtigercrm-commits] [vtiger development] #7024: Ajax edit is not sending portal emails in vtiger version 5.2.0 as well as 5.2.1

vtiger development vtiger-tickets at trac.vtiger.com
Mon Feb 21 22:52:38 PST 2011


#7024: Ajax edit is not sending portal emails in vtiger version 5.2.0 as well as
5.2.1
------------------------+---------------------------------------------------
  Reporter:  vikas      |       Owner:  developer
      Type:  defect     |      Status:  new      
  Priority:  minor      |   Milestone:  5.3.0    
 Component:  vtigercrm  |     Version:  5.2.1    
Resolution:             |    Keywords:           
------------------------+---------------------------------------------------
Comment (by vikas):

 Solution :


 if($insert == true || $update == true)
 send_mail('Contacts',$cntObj->column_fields['email'],$current_user->user_name,'',$mod_strings['Customer
 Portal Login Details'],$contents);


 Add this in modules/Contacts/DetailViewAjax.php file after line 92

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7024#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM



More information about the vtigercrm-commits mailing list