[Vtigercrm-commits] [vtiger development] #6442: Getting Email in Inbox instead of Outbox
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Dec 3 06:58:12 EST 2009
#6442: Getting Email in Inbox instead of Outbox
------------------------+---------------------------------------------------
Reporter: rashmi | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 5.2.0
Component: vtigercrm | Version: 5.1.0
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by pratim):
WORKAROUND: (please make sure to test it completely) [[BR]]
File: modules/Emails/Save.php [[BR]]
Replace (Around Line No 165)[[BR]]
{{{
$user_mail_status =
send_mail('Emails',$current_user->column_fields['email1'],$current_user->user_name,'',$_REQUEST['subject'],$_REQUEST['description'],$_REQUEST['ccmail'],$_REQUEST['bccmail'],'all',$focus->id);
}}}
with
{{{
$user_mail_status = 1;
}}}
The above workaround will disable the copy of mail coming to the sender's
mail id.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6442#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list