Results 1 to 3 of 3

Thread: Fixing sending multiple emails from external client

  1. #1
    Trevor.S is offline Member
    Join Date
    May 2010
    Posts
    5

    Default Fixing sending multiple emails from external client

    Hello,
    I have been trying to use an external client to send emails. On the contacts list view screen the user should be able to select multiple check boxes and hit the email button up top. This should open up an outlook window with the selected users names in the TO field. Unfortunately all that happens is it opens a blank email.

    I did some poking around with firebug and have found the problem seems to stem from the include/javascript/sugar_grp1.js file. When the email button is pressed it calls the sugarListView.prototype.use_external_mail_client function.


    Currently this function is
    Code:
    sugarListView.prototype.use_external_mail_client=function(no_record_txt){selected_records=sugarListView.get_checks_count();if(selected_records<1){alert(no_record_txt);}else{location.href='mailto:';}
    return false;}
    As you can see the mailto: is hard coded to be blank. I am trying to have a way to fill this field with the appropriate information. Does anyone have any tips on how to pull the email information from the checked fields, and append them to the link?

    Thank you

  2. #2
    climbing-alien is offline Sugar Community Member
    Join Date
    Jul 2010
    Posts
    27

    Default Re: Fixing sending multiple emails from external client

    Bump

    How can this still be a problem in 6.1 also!

  3. #3
    cramermp is offline Sugar Community Member
    Join Date
    Jan 2011
    Posts
    18

    Default Re: Fixing sending multiple emails from external client

    I'm trying to find a solution to this with SugarCRM CE 6.1. If I find anything I'll try and post back here.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sending emails to multiple users
    By mptaszek in forum Help
    Replies: 5
    Last Post: 2010-04-30, 12:58 PM
  2. Replies: 0
    Last Post: 2009-05-12, 08:48 AM
  3. Replies: 1
    Last Post: 2009-01-30, 05:25 PM
  4. external mail client
    By Rudi Mentär in forum Developer Help
    Replies: 1
    Last Post: 2009-01-20, 02:52 PM
  5. external email client
    By mofeta in forum Help
    Replies: 1
    Last Post: 2007-05-31, 07:50 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
  •