[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
Tue Feb 22 02:49:05 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):
Replying to [comment:1 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
Sorry the actual solution is
{{{
if($insert == true || $update == true)
send_mail('Contacts',$modObj->column_fields["email"],
$current_user->user_name,"",$mod_strings["Customer Portal Login Details"],
$contents);
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7024#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list