Hi guys,
I need an advice on how to solve this problem I have. I have a list of over 10k subscribers, and I have "personalization tags" that I use. However, the problem is that I have a couple of family members using the same email address, so I literally have to send multiple emails to the same email address (I allow sending "duplicates", i don't ask for unique email in the system), but using different personalization values.
I tried a couple of things, but Swift uses an email as a base, and in my case, I would need to use some kind of a subscriber id.
Has anyone tried to do this yet? I would love to hear something about this before I start (if needed) changing the class.
Thank you in advance.
Using a decorator that is not based on email addresses?
Moderators: Chris Corbyn, General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
If you extend the Replacements class to provide your own implementation then you could return different results depending upon how many times that same email address has been requested. You'd have to make sure you order your results the same way when pulling out the batch and when fetching replacements though.
Unfortunately as far as Swift is concerned an email address is a unique identifier in a batch and logically that makes sense to the majority
Unfortunately as far as Swift is concerned an email address is a unique identifier in a batch and logically that makes sense to the majority