Results 1 to 3 of 3

Thread: list opted outs

  1. #1
    ysh's Avatar
    ysh
    ysh is offline Sugar Community Member
    Join Date
    Apr 2009
    Location
    Nice, France
    Posts
    91

    Default list opted outs

    Hi

    How can I list targets, or even leads & contacts, for whom the email
    address is registered as 'opted out'

    I'm going to have to send them an email of apology, because it seems
    that they are still receiving emails sent by new campaigns.

    If I were in their place, it would drive me nuts if I were still still receiving
    emails even though I had opted out !

    Thanks for your help

    yann
    JustHost Web Host / SCE 6.4.2 / MySQL 5.0.92 / Apache2 2.2.1.7 / php 5.2.17
    ____________________________________________
    www.azurtem.com - computer services - Nice, France

  2. #2
    blackradius is offline Senior Member
    Join Date
    Apr 2010
    Posts
    41

    Default Re: list opted outs

    I'm not sure you can from within SugarCRM itself. The easiest way for me was through a sql query.

    SELECT prospects.first_name, prospects.last_name, email_addresses.email_address, email_addresses.opt_out
    FROM prospects
    JOIN email_addr_bean_rel ON prospects.id = email_addr_bean_rel.bean_id
    JOIN email_addresses ON email_addr_bean_rel.email_address_id = email_addresses.id
    WHERE email_addresses.opt_out = '1'
    ORDER BY last_name

  3. #3
    ysh's Avatar
    ysh
    ysh is offline Sugar Community Member
    Join Date
    Apr 2009
    Location
    Nice, France
    Posts
    91

    Default Re: list opted outs

    Hi BR

    Thanks for the info
    I might try to tackle this using Talend Open Studio

    yann
    JustHost Web Host / SCE 6.4.2 / MySQL 5.0.92 / Apache2 2.2.1.7 / php 5.2.17
    ____________________________________________
    www.azurtem.com - computer services - Nice, France

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Invalid/Opted out email id
    By qmv in forum Help
    Replies: 11
    Last Post: 2010-06-08, 10:15 AM
  2. E-Mail "Opted Out" list needed
    By nhellwig in forum Help
    Replies: 1
    Last Post: 2010-03-12, 08:23 PM
  3. Time outs
    By skepsis in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2009-10-06, 11:23 AM
  4. Bug in opted out report
    By thefish in forum Marketing/Campaign Management
    Replies: 0
    Last Post: 2009-06-15, 04:15 PM
  5. Send Outs
    By johnnyo in forum Classifieds
    Replies: 2
    Last Post: 2008-02-11, 05:39 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
  •