string currentUserEmail = "{{EmailMessaging:Recipient.Email}}";
<h1>before @currentUserEmail.Length</h1>
currentUserEmail = "yrsa@rechnitzer.dk";
<h1>before @currentUserEmail.Length</h1>
@currentUserId
@currentUserEmail
Dynamicweb.Modules.UserManagement.User currentUser = Dynamicweb.Modules.UserManagement.User.GetUserBySql(String.Format("select * from AccessUser Where AccessUserEmail = '{0}'", currentUserEmail));