[Vtigercrm-commits] [vtiger development] #5306: Not all emails being sent to the contacts in a campaign,
vtiger development
vtiger-tickets at trac.vtiger.com
Tue Jul 15 22:40:05 EDT 2008
#5306: Not all emails being sent to the contacts in a campaign,
-----------------------------+----------------------------------------------
Reporter: Ed.Grysiewicz | Owner: developer
Type: defect | Status: new
Priority: critical | Milestone: 5.1.0
Component: vtigercrm | Version: 5.0.4
Keywords: campaign, email |
-----------------------------+----------------------------------------------
Problem: Can't always send emails to all contacts in a campaign
(consistantly inconsistent)...
Analysis: If a campaign distribution list is longer than the value set in
config.inc.php (e.g. $list_max_entries_per_page = '50';), the send email
in campaigns will only use the 1st display page as the recipient
distribution list...
In other words, if my configuration parameter was set to
$list_max_entries_per_page = '100';, and my campaign email distribution
list was 388, only those on page 1 of 4 would receive the email... others
would be ignored...
In addition, no error message is generated because the program is
correctly executing the array is was passed... So a false sense of
completeness is generated to the user.
Idea: It seems that the program is sending email (TO:) recipient data use
the display page array instead of the entire collection array... If I'm
correct, this should be an easy fix for someone knowledgeable with the
code...
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5306>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list