warrenbuckley / CWS-Start

This is the new shiny MVC version of Umbraco CWS starter site package
MIT License
23 stars 13 forks source link

BUG: SMTP User #27

Open s6admin opened 10 years ago

s6admin commented 10 years ago

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"

warrenbuckley commented 10 years ago

Sounds like you have this fixed, would be great for you to do a pull request & push the fix please.