Results 1 to 2 of 2

Thread: E-Mail "Opted Out" list needed

  1. #1
    nhellwig is offline Senior Member
    Join Date
    Oct 2009
    Posts
    23

    Default E-Mail "Opted Out" list needed

    Is it possible to run a list of all of our leads that have "Opted Out" of our e-mail campaigns? I haven't found a way to search on this criteria and their e-mail addresses do not display with a strike through in list view. Thanks in advance for any assistance.

  2. #2
    datasponge is offline Sugar Community Member
    Join Date
    Mar 2008
    Location
    San Jose, CA, USA
    Posts
    553

    Default Re: E-Mail "Opted Out" list needed

    I don't know of a way to do this search within Sugar.

    But there are add-on reporting tools that can do it, like Kinamu Reporter or Zucker Reports.

    Or you can do it directly in your database. In mysql you can run queries through the server console or use mysql admin, phpadmin or other tools like that. But you'd have to know a little about queries and the Sugar table structure.

    For example, from the mysql server console, you basically can just type:
    Code:
    SELECT * FROM email_addresses WHERE optin = 1;
    and it will list all entries in the table including the email address. From there you can look up Contacts by the email address and see if it appears correctly in Sugar.

    If you don't know how to do this, just post what database you are using, whether you get to the server console or terminal window and whether you have any database admin tools like mysql admin and we can try to help direct you.

    Phil

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Adding "Account" info in the "Add invitees" search result list
    By george_bbch in forum General Discussion
    Replies: 1
    Last Post: 2011-09-29, 04:37 PM
  2. "Image" is not display in my "incoming mail"
    By shyam007 in forum Developer Help
    Replies: 0
    Last Post: 2009-10-05, 09:52 AM
  3. Replies: 1
    Last Post: 2008-02-08, 03:13 PM
  4. set & list open "projects" list view by Priority
    By moretti in forum Feature Requests
    Replies: 0
    Last Post: 2006-03-05, 06:02 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
  •