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
- Run tasks in parallel using .NET Core, C# and async coding
- C# DateTime to UNIX timestamps
- C# Get expiry timestamp from JWT token
- Using C# HttpClient from Sync and Async code
- C# Log to Application Insights and File from your .NET 6 Application
Archive
Meta
Tag Archives: Email
Using Notepad++ to mask email address for GDPR reasons
With the new GDPR rules enforced in Europe, shipping log files containing personal information (including email addresses) to 3rd parties are a no-go. Unless you have a signed controller/processor agreement of course, which no one has, as this gives them legal … Continue reading
Send email via SparkPost and C#
SparkPost is yet another email service. It is easy to work with, seems robust, and it will be fairly easy on your client’s budget, as you get 100.000 emails per month for free (as per jan 2017). A SparkPost email … Continue reading
Sitecore allow email adress as user name
If you try to create a new user in Sitecore with an email address as account name you will be met with a validation error: “user name is not valid in the selected domain.” But do not worry, it’s not … Continue reading
Posted in c#, Sitecore 6, Sitecore 7
Tagged Account, AccountNameValidation, Email, Sitecore, User
10 Comments