Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Email more than 10 contacts at a time

  1. #1
    bufke is offline Sugar Community Member
    Join Date
    Jan 2011
    Posts
    10

    Default Email more than 10 contacts at a time

    Currently when selecting multiple contacts and selecting email you cannot select more than 10. This makes sending out a quick email a nightmarish task. While it can be done in Campaigns, not every email is a campaign and this takes far too long to do.

    I'm looking into changing the code myself to allow more but I'm not sure if this could lead to issues. What is the reasoning of a 10 email limit?

  2. #2
    gevita is offline Member
    Join Date
    May 2011
    Posts
    13

    Question Re: Email more than 10 contacts at a time

    Hello,

    I have the same problem and I would like to send an email to more than 10 contacts. Could you tell me how did you solve the problem? In which file should I change this option? What is the name of this parameter? Thank you very much in advance!

  3. #3
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Email more than 10 contacts at a time

    This is feature request #39993, it was submitted around SugarCRM 6.0.2 or so. It has not been scheduled to be addressed as yet so I can't tell you when I think it will be fixed. If these are people you email over and over then the campaigns module could be used to send out emails to large lists of people. If this is an adhoc type of thing, campaigns might be too cumbersome and I think the only work-around I can think of in that case would be to export the list of people and then use that to create a list of email addresses and email them from your desktop instead.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  4. #4
    gevita is offline Member
    Join Date
    May 2011
    Posts
    13

    Default Re: Email more than 10 contacts at a time

    OK. Thank you very much for your answer!

  5. #5
    mpoer@profilingsolutions.com's Avatar
    mpoer@profilingsolutions.com is offline Sugar Community Member
    Join Date
    May 2011
    Location
    Atlanta, GA
    Posts
    64

    Default Re: Email more than 10 contacts at a time

    That's an interesting point - why is this limitation here?

    From jssource/src_files/include/javascript/sugar_3.js, lines 1886-1889
    Code:
    	if(selectedArray.length > 10) {
    		alert(totalCountError);
    		return;
    	} // if
    Very similar block earlier in the function, lines 1844-1847. It seems to me that this limitation is arbitrary and unnecessary, unless it's intended to prevent a general system meltdown (Mass-select 4000 records and attempt to form an email). I think that 10 is too limiting and shouldn't pose a problem, though.

    I could modify it to 50 and also modify the minified compilation of these scripts if Sugar would take it via a GitHub pull request?

    Alternatively, to the original poster and anyone else with this issue: you can send emails to as many recipients as you want if you go the Email module and Compose a new email, then select the recipients or type them out. I do understand that you don't have the same ability to Search for recipients this way.
    Matthew Poer, Consultant/Developer with Profiling Solutions (Atlanta, GA and Mobile, AL).

    @matthewpoer
    @PSI_Atlanta

    Check out my SugarCRM modules:

  6. #6
    jmertic is offline Sugar Community Manager
    Join Date
    Dec 2007
    Posts
    2,224

    Default Re: Email more than 10 contacts at a time

    Yes, please do send in the fix and we can review it to have it included in an upcoming patch release.

    Thanks!

  7. #7
    mpoer@profilingsolutions.com's Avatar
    mpoer@profilingsolutions.com is offline Sugar Community Member
    Join Date
    May 2011
    Location
    Atlanta, GA
    Posts
    64

    Default Re: Email more than 10 contacts at a time

    Code changed and committed to via github - I've added this commit to my existing pull request
    Matthew Poer, Consultant/Developer with Profiling Solutions (Atlanta, GA and Mobile, AL).

    @matthewpoer
    @PSI_Atlanta

    Check out my SugarCRM modules:

  8. #8
    jmertic is offline Sugar Community Manager
    Join Date
    Dec 2007
    Posts
    2,224

    Default Re: Email more than 10 contacts at a time

    Thanks, will be reviewing and pulling in these fixes shortly.

  9. #9
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Email more than 10 contacts at a time

    My GUESS on this is that the limit is in place not for the internal email program so much as for the External. You can set up SugarCRM to launch Outlook or Thunderbird or whatever and the way it does this is with a MAILTO link and I think you are limited to so many characters in that, so they set the limit to 10.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  10. #10
    mpoer@profilingsolutions.com's Avatar
    mpoer@profilingsolutions.com is offline Sugar Community Member
    Join Date
    May 2011
    Location
    Atlanta, GA
    Posts
    64

    Default Re: Email more than 10 contacts at a time

    I've created a fix for this and it's a part of my existing pull request. My fix makes the maximum number adjustable from the Admin->System Settings menu. The setting is stored in config.php/config_override.php.
    Matthew Poer, Consultant/Developer with Profiling Solutions (Atlanta, GA and Mobile, AL).

    @matthewpoer
    @PSI_Atlanta

    Check out my SugarCRM modules:

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 2009-05-31, 01:39 PM
  2. Time Slips/Time Tracking/Time Logging etc.
    By David7 in forum General Discussion
    Replies: 1
    Last Post: 2009-04-08, 10:42 AM
  3. incoming email time out
    By rabo55 in forum Help
    Replies: 2
    Last Post: 2009-02-05, 02:02 PM
  4. How many contacts can be imported at a time?
    By noppann in forum General Discussion
    Replies: 3
    Last Post: 2007-08-31, 09:07 PM
  5. Replies: 0
    Last Post: 2007-04-30, 07:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •