We have a case where we want to send invitations/tickets with an unique ticket number for each e-mail in a send list.
This is of course easily done with dynamic lists with attributes but our problem is that we want to have the ability to send two or more e-mails to the same e-mail address. EPiServer mail seems to have a hardcore duplicate check on e-mailaddress that we can´t go around. We have tried creating lists directly to database but EpiServer has an additional duplicate check when sending.
Hi,
We have a case where we want to send invitations/tickets with an unique ticket number for each e-mail in a send list.
This is of course easily done with dynamic lists with attributes but our problem is that we want to have the ability to send two or more e-mails to the same e-mail address. EPiServer mail seems to have a hardcore duplicate check on e-mailaddress that we can´t go around. We have tried creating lists directly to database but EpiServer has an additional duplicate check when sending.
Any tips on how we can accomplish this?