Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- C# HttpClient POST or PUT Json with content type application/json
- C# get results from Task.WhenAll
- C# Get expiry timestamp from JWT token
- Run tasks in parallel using .NET Core, C# and async coding
- Handling "415 Unsupported Media Type" in .NET Core API
- Using C# HttpClient from Sync and Async code
- ASP.Net Core API - "'s' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0."
Archive
Meta
Tag Archives: EXM
Sitecore EXM keeps reloading
Have you experienced that in Sitecore, the EXM Email Experience Manager window keeps reloading? In my solution, the problem was that I have a cookie with a “:” (colon) in the cookie name. According to the old RFC 2616 specification, … Continue reading
Sitecore 8 EXM: Failed to enroll a contact in the engagement plan
In Sitecore 8.1 update 1, you might experience the following error when trying to send an email: ERROR Failed to enroll a contact in the engagement plan. Exception: System.Net.WebException Message: The remote name could not be resolved: ‘default-cd-cluster’ … … … Continue reading
Posted in Sitecore 8
Tagged Contact, Engagement Plans, EnrollInEngagementPlan, EXM, Sitecore
1 Comment
Sitecore 8 EXM Get the email recipient from a Sublayout
The Sitecore 8 Email Experience Manager (EXM) is not only about sending bulk emails. It can be used to send one-time messages like “Thank you for signing up” or “forgot your password?” directly from code. In the previous versions of … Continue reading