The class that handles sending of mail notifications for subscriptions, used by SubscriptionJob.
CopyC#
Namespace:
EPiServer.PersonalizationThis subscription handler is going to delevier one subscription mail for each subscription root and language for the subcription, if it exists changed pages for it.
Remarks
The text for the "Read More..." text is taken from the page property "MailReadMore" on the subscription root.
The subject of the mail is generated from the page property "MailSubject" on the subscription root.
The mail from address generated from the "MailFrom" page property on the subscription root.
The stylesheet is taken from the web.config<episerver xmlns="http://EPiServer.Configuration.EPiServerSection"> <sites> <site description="Example Site"> <siteSettings ... uiEditorCssPaths<="~/MyCss.css"
Assembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[SubscriptionPlugInAttribute(DisplayName = "Default subscription handler", LanguagePath = "/admin/settings/defaultsubscriptionhandler")] public class SubscriptionMail : ISubscriptionHandler |