Hello,
Recently we did an email blast to two different databases. We did an email blast to basically everyone in our database who had an email address in the "email address field". Well, at 5 p.m. I started the blast, and the next day around 8 a.m. when I came in, I found Goldming stopped and it said "some of the recipients could not be sent to..." and "to see the specific error messages, send the email to each individual...". Well, basically, I need to find out who didn't get this email.
The email's subject began with "Announcement and CFP:", so I made a SQL query as such:
SELECT accountno, contact from CONTACT1 where accountno not in (SELECT accountno from CONTHIST where ref NOT LIKE 'Announcement and CFP:%')
I don't think this worked however. If anyone knows a SQL query that would find all contacts who didn't receive an email with the subject of "announcement and cfp:%", please let me know. I greatly appreciate it.
djb
Recently we did an email blast to two different databases. We did an email blast to basically everyone in our database who had an email address in the "email address field". Well, at 5 p.m. I started the blast, and the next day around 8 a.m. when I came in, I found Goldming stopped and it said "some of the recipients could not be sent to..." and "to see the specific error messages, send the email to each individual...". Well, basically, I need to find out who didn't get this email.
The email's subject began with "Announcement and CFP:", so I made a SQL query as such:
SELECT accountno, contact from CONTACT1 where accountno not in (SELECT accountno from CONTHIST where ref NOT LIKE 'Announcement and CFP:%')
I don't think this worked however. If anyone knows a SQL query that would find all contacts who didn't receive an email with the subject of "announcement and cfp:%", please let me know. I greatly appreciate it.
djb