Update Alabus Transfer (Log, Mail)

This commit is contained in:
2022-03-14 18:22:30 +01:00
parent f37abea441
commit a784ff2300
14 changed files with 1736 additions and 57 deletions

View File

@@ -118,5 +118,53 @@ namespace AlabusTransfer.Properties {
this["VereinFiler"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("mail.shub.ch")]
public string mailserver {
get {
return ((string)(this["mailserver"]));
}
set {
this["mailserver"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("qwtool@shub.ch")]
public string sender {
get {
return ((string)(this["sender"]));
}
set {
this["sender"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("qwtool@shub.ch")]
public string empfaenger {
get {
return ((string)(this["empfaenger"]));
}
set {
this["empfaenger"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ToolQW*2022")]
public string cred {
get {
return ((string)(this["cred"]));
}
set {
this["cred"] = value;
}
}
}
}

View File

@@ -26,5 +26,17 @@
<Setting Name="VereinFiler" Type="System.String" Scope="User">
<Value Profile="(Default)">.ZH.,.ZZ.</Value>
</Setting>
<Setting Name="mailserver" Type="System.String" Scope="User">
<Value Profile="(Default)">mail.shub.ch</Value>
</Setting>
<Setting Name="sender" Type="System.String" Scope="User">
<Value Profile="(Default)">qwtool@shub.ch</Value>
</Setting>
<Setting Name="empfaenger" Type="System.String" Scope="User">
<Value Profile="(Default)">qwtool@shub.ch</Value>
</Setting>
<Setting Name="cred" Type="System.String" Scope="User">
<Value Profile="(Default)">ToolQW*2022</Value>
</Setting>
</Settings>
</SettingsFile>