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
Bookmarks