How to restrict the No.of Email based on the recipients
I want to restrict that any recipient should not receive more than 2 email per day.Is there anyway to do it?.
I want to restrict that any recipient should not receive more than 2 email per day.Is there anyway to do it?.
Hi,
You can do this by creating a typology rule.
If you select Recipient Delivery Logs (broadLog) and then select 'DateOnly(@lastModified)' equal to 'DateOnly( GetDate())'.
You will then need to restrict the numbers of emails per customer by doing the following;
add '@status' equal to 'sent'.
You will then need to 'edit additional data' where the expression will be 'countOfPrimaryKey' equal to 2.
Once this typology rule has been created I can then be added to the relevant typologies as normal.
Hope that helps,
Dave.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.