Results 1 to 6 of 6

Thread: Campaigns - Supressed By Address or Domain

  1. #1
    enhanceacolour is offline Junior Member
    Join Date
    Feb 2009
    Posts
    2

    Question Campaigns - Supressed By Address or Domain

    We have begun to create email marketing campaigns through sugarCRM, however after sending out the email blast over night many of our current customers, whome we email on a regular basis are not receiving the emails and are being landed into the Suppressed by address or Domain list on the status page. I create target lists per Salesperson using there email address so the blasts are being sent to the salespersons clients - so its not as if the email address it is coming from is unknown. Any help or explanation is greatly appreciated!

  2. #2
    sugarcane is offline Sugar Community Member
    Join Date
    Apr 2005
    Location
    Chicago, IL
    Posts
    1,207

    Default Re: Campaigns - Supressed By Address or Domain

    Hello,

    what are the system outbound email settings? Are they using the same mail server as your normal emails?

    An email address can also be suppressed if any of the leads/contacts have the 'Email Opt Out' checkbox checked off (this is also usually auto checked if they opted out of a previous campaign). The system will also suppress any email addresses if the same email address is listed more than once (ie: if there are duplicates in the system, and both are pulled into the campaign, it will send out the campaign email to the fist one, and suppress all others to prevent the same email address from receiving multiple copies).
    Intelestream has a great deal of experience hosting and customizing the SugarCRM application. Our company is made up by former employees of SugarCRM, and together we have over 50 years of experience working with the application. To learn more about us, please visit our website at www.intelestream.net or contact us directly at 800-391-4055 or by email at info@intelestream.net

  3. #3
    jrahmaan is offline Junior Member
    Join Date
    Mar 2009
    Posts
    1

    Default Re: Campaigns - Supressed By Address or Domain

    We have a similar problem where recipients are suppressed from email sends for no apparent reason. Our email settings are correct (we have conducted 5+ campaign sends per week for the last 2 months and 1 per month before that) and the users are all signed up for the email they are not receiving. They have opted out of other separate campaigns but are still opted in on the problem one. We have ensured all users are assigned to the correct team and are not duplicated within the target list. We have even tried creating empty suppression lists to fool the system into thinking no-one should be suppressed but it hasn't worked. Any advice or help regarding the black box of suppression would be welcome - where are the detailed rules for suppressing email addresses displayed or otherwise publicised?

  4. #4
    boward1957 is offline Junior Member
    Join Date
    Oct 2009
    Posts
    3

    Default Re: Campaigns - Supressed By Address or Domain

    Quote Originally Posted by jrahmaan View Post
    We have a similar problem where recipients are suppressed from email sends for no apparent reason. Our email settings are correct (we have conducted 5+ campaign sends per week for the last 2 months and 1 per month before that) and the users are all signed up for the email they are not receiving. They have opted out of other separate campaigns but are still opted in on the problem one. We have ensured all users are assigned to the correct team and are not duplicated within the target list. We have even tried creating empty suppression lists to fool the system into thinking no-one should be suppressed but it hasn't worked. Any advice or help regarding the black box of suppression would be welcome - where are the detailed rules for suppressing email addresses displayed or otherwise publicised?
    I see many questions asked on this forum which are never really answered. I think there are a variety of reasons. Number one is that the site is somewhat geared toward selling support by independent contractors favored by the admins/mods. The other is that there are many unexplained anomalies in Sugar Community Edition that just simply can't be explained. Just my thoughts after using the forums a few times.

  5. #5
    shivaranjani is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    174

    Thumbs up Re: Campaigns - Supressed By Address or Domain

    Hello,
    Try this :
    Go to module/emailman/emailman.php try to find this line:-
    $campaign_log->marketing_id=$this->marketing_id;
    this line is 182 i suppose. Just try to comment the below if condition and try to send the campaigns again.

    Regards,
    ShivaRanjani

  6. #6
    Moonrakre is offline Junior Member
    Join Date
    Jun 2009
    Posts
    2

    Default Re: Campaigns - Supressed By Address or Domain

    I think the post by ShivaRanjani can successfully bypass the suppression of a target going into the queue. That is what happened when I tested it.

    I was having no problem getting the emails into the queue, but they were suppressed on send from the queue. What I did was to comment out five lines in module/emailman/emailman.php:
    // if (!empty($dup_row)) {
    // //we have seen this email address before
    // $this->set_as_sent($module->email1,true,null,null,'blocked');
    // return true;
    // }
    There is a risk in doing this. A benefit of having the test in there is to allow several lists to be used on the same campaign without sending the same email to one person more than once. So use it with care.

    My problem is that I have a list of people, some of whom share email addresses, so i need to send 2 or 3 emails to certain addresses. In this case it works provided I am aware of it.

    What I would like is a flag to stop this suppression for selected campaigns.

    Hope this helps

    Best wishes

    Adrian

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 2009-02-08, 02:41 PM
  2. Replies: 2
    Last Post: 2008-12-22, 12:47 PM
  3. Campaigns feature requests and bug fixes for non-email campaigns
    By lurkerfilms in forum Feature Requests
    Replies: 2
    Last Post: 2008-08-16, 11:21 PM
  4. From address in Campaigns
    By REByers in forum Help
    Replies: 2
    Last Post: 2008-05-23, 03:56 PM
  5. Replies: 0
    Last Post: 2007-03-28, 04:29 AM

Tags for this Thread

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
  •