For a full example see E-Mail-Konfiguration
- There is a new Config Entry in the CMS Settings page
messagesdetailpagewhich need to be configured to point to your Messages Overview page (used for Links in Emails) - There is a new Portal-endpoint
/api/andp/messagedetailto link/redirect to the Notification Main Page which uses the url from the CMS Settings page and the default language
You can use/api/andp/messagedetail/deto link to the specified language variant - E-Mail-Templates: The variable
portalUrlis not available anymore, instead you should use theportalBaseUrlfor linking to the startpage, and{{{notification.portalBaseUrl}}}/api/andp/messagedetail?nId={{{notification.uuid}}}to link to the detailpage/notification directly - Because it‘s now possible to only set the domain once, the following mail-config entries have been removed. Instead you only need to set the Main-Domain
portalBaseUrlof your portal in the configmailProjectMappingand use the new portal-endpoint for the different languages
portalUrlDe
portalUrlEn
portalUrlIt
portalUrlFr
- The mail-config entry
templatePathhas been removed. Please configure at least the "default"mailProjectMappingand set the path to the email-template there
