CWS-Start
CWS-Start copied to clipboard
BUG: SMTP User
Error in current master branch EmailHelper.cs
Line 27 references incorrect "smtpUser" property alias:
var user = homepage.GetPropertyValue("smtpUser", SMTPUser).ToString();
The correct alias is "smtpUsername"
Sounds like you have this fixed, would be great for you to do a pull request & push the fix please.