diff --git a/src/WebStarter/WebStarter.csproj b/src/WebStarter/WebStarter.csproj index c25cd262..00013ebe 100644 --- a/src/WebStarter/WebStarter.csproj +++ b/src/WebStarter/WebStarter.csproj @@ -29,7 +29,6 @@ - @@ -56,11 +55,13 @@ - + + + diff --git a/src/WebStarter/appsettings.json b/src/WebStarter/appsettings.json index 1d8e2017..a266272f 100644 --- a/src/WebStarter/appsettings.json +++ b/src/WebStarter/appsettings.json @@ -302,7 +302,8 @@ "BotSharp.Plugin.SparkDesk", "BotSharp.Plugin.MetaGLM", "BotSharp.Plugin.HttpHandler", - "BotSharp.Plugin.FileHandler" + "BotSharp.Plugin.FileHandler", + "BotSharp.Plugin.EmailHandler" ] } }