Try our conversational search powered by Generative AI!

Managing and Creating Recipients Lists

Product version:

EPiServer Mail 4.4 SP1

Document version:

1.0

Document last saved:

 

From a developers perspective all recipient sources inherits and implements the IRecipientSource Interface. Each recipient source can provide any number of recipients lists (of the type RecipientContainer).

One implementation that supports recipient’s lists import is included with the EPiServer Mail Editor, and does not need to be implemented by the developer. This recipient source is called “Standard” and is used whenever a list is to be imported.

However, in many cases there is need for dynamic recipient’s lists, to integrate EPiServer Mail with an existing system where the recipient information resides.

Most commonly, such a list is generated by database queries. To do this you need to implement the IRecipientSource Interface. This is described in the Recipient Sources document - a code sample is also available in this developers guide section.