Results 1 to 5 of 5

Thread: Read-Receipt on each mail sent

  1. #1
    ditman is offline Sugar Community Member
    Join Date
    Jan 2007
    Posts
    25

    Default Read-Receipt on each mail sent

    Hi there,

    I'd like to add a "read-receipt" petition to every single email sent through the Emails tab. I don't want the hackish techniques used by mrmilk in his 3.5x module (which looks cool), but that naggy popups on Thunderbird that ask if you want to send a read-receipt message

    Where should I hit the CRM for this? Is there any admin-setting I cannot see? Or should I dig into the PHP code?

    Thanks
    Last edited by ditman; 2007-05-04 at 10:06 AM. Reason: Improving quasi-english grammar :P

  2. #2
    ditman is offline Sugar Community Member
    Join Date
    Jan 2007
    Posts
    25

    Default Re: Read-Receipt on each mail sent

    Well, I finally got this sorted out

    It's a bit tricky, as you will have to go down to PHP code

    The file you have to modify is:

    modules/Emails/Email.php

    find this:

    PHP Code:
                    $mail->Sender $mail->From/* set Return-Path field [...] */
                    
    $mail->AddReplyTo($mail->From,$mail->FromName); 
    And then add this below it:

    PHP Code:
                     // Adds reading confirmation to every message sent.
                    // ditman, GdTIC, May - 4th - 2007

                    
    $mail->ConfirmReadingTo $mail->From;

                    
    // End of patch 
    And that's all Just save the file and send an email

    Hope this helps someone
    Last edited by ditman; 2007-05-04 at 11:53 AM.

  3. #3
    mpulgar is offline Junior Member
    Join Date
    Apr 2010
    Posts
    4

    Default Re: Read-Receipt on each mail sent

    Could you update the code for SugarCRm 6.0?

    Thanks in advance!

    Mariano

  4. #4
    Haran is offline Member
    Join Date
    Dec 2008
    Posts
    10

    Default Re: Read-Receipt on each mail sent

    Quote Originally Posted by mpulgar View Post
    Could you update the code for SugarCRm 6.0?

    Thanks in advance!

    Mariano
    I works in version 6 as well.
    Just insert the code at line: 615


    Haran

  5. #5
    kcheung is offline Member
    Join Date
    May 2011
    Posts
    5

    Default Re: Read-Receipt on each mail sent

    Is there an upgrade-safe way to implement this fix for ver 5.2 CE?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Internal Server Error on Install (I read the Posts)
    By AnalyticalAviation in forum Help
    Replies: 13
    Last Post: 2010-06-09, 04:06 PM
  2. Problem reverting edit view to single select drop down lists
    By yabulurie in forum Installation and Upgrade Help
    Replies: 2
    Last Post: 2007-05-20, 10:17 PM
  3. Mails werden nicht gesendet. Wo liegt das Prob?
    By DennisR2007 in forum Deutsche
    Replies: 0
    Last Post: 2007-02-27, 11:15 AM
  4. Can sugar read all imap headers?
    By sepstyle in forum Help
    Replies: 4
    Last Post: 2007-02-23, 10:18 PM
  5. merging sugarcrm mails to Outlook Exp mails
    By jindal_1983 in forum Developer Help
    Replies: 0
    Last Post: 2006-08-07, 05:34 AM

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
  •