Search found 7 matches
- Tue Jan 23, 2007 9:02 pm
- Forum: Bugs, bug fixes & releases
- Topic: Change recepients atributes
- Replies: 9
- Views: 19405
- Mon Nov 27, 2006 10:26 pm
- Forum: Bugs, bug fixes & releases
- Topic: HTML agnDB merge failure does not report errors
- Replies: 0
- Views: 9980
HTML agnDB merge failure does not report errors
Most HTML editors will embed double quotes as "e; This will cause a problem when adding in a database field into your HTML. So in the source for the HTML you will end up with [agnDB column="survey_id"] Instead of [agnDB column="survey_id"] This will cause OpenEMM to die o...
- Thu Nov 16, 2006 6:55 pm
- Forum: Bugs, bug fixes & releases
- Topic: Change recepients atributes
- Replies: 9
- Views: 19405
- Thu Nov 16, 2006 6:22 pm
- Forum: Bugs, bug fixes & releases
- Topic: Change recepients atributes
- Replies: 9
- Views: 19405
- Wed Nov 15, 2006 5:01 pm
- Forum: Suggestions
- Topic: Defined API
- Replies: 4
- Views: 36121
I am curious as to what sort of API is being defined. What sort of remote method call platform are you planning on using , XML-RPC, SOAP, REST? I'm sure any of these standards would be ok but which one is going to be preferred by the devlopers and the community? Here is a short list of things that I...
- Wed Nov 15, 2006 3:53 pm
- Forum: Bounce Management
- Topic: Delete bounced subscribers
- Replies: 3
- Views: 10609
I figured out a way in the database to do this, maybe someone can verify if this is good or not. Here is the SQL I used to delete all bounced subscribers whether it was a hard or soft bounce I think delete from customer_1_tbl where customer_id in ( select customer_id from customer_1_binding_tbl wher...
- Tue Nov 14, 2006 1:20 am
- Forum: Bounce Management
- Topic: Delete bounced subscribers
- Replies: 3
- Views: 10609
Delete bounced subscribers
I want to be able to delete subscribers that have bounced back. Is this possible? There is also a bounced option in the import but this does not seem to function as the recipeients never get marked as bounced. Should this be adding rows to the bounce_tbl table? If not how are the recorded?