Developer forum

Forum » CMS - Standard features » Email marketing provider and recipient persistance

Email marketing provider and recipient persistance

Søren Larsen
Reply

I am playing with email marketing and the scheduled mails based on a abandoned shopping cart provider but I can see that even through GetRecipients() returns a number of recipients something else is watching if the user has received the mail before. Does anyone know where and how this is persisted?


Replies

 
Søren Larsen
Reply

Anyone?

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply

Hi Søren,

For abandoned carts, the key used is the id of the cart. The recipients are stored in the database in the table EmailRecipients and the column is RecipientKey. If the cart id already exists in the table for the given message id, the recipient is excluded from the send process.

- Jeppe

 

You must be logged in to post in the forum