sendmail 별도의 프로세스로 분리하고 클라우드서버에서 실행함
This commit is contained in:
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로
|
||||
// 지정되도록 할 수 있습니다.
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("25.04.07.1500")]
|
||||
[assembly: AssemblyFileVersion("25.04.07.1500")]
|
||||
[assembly: AssemblyVersion("25.05.22.1000")]
|
||||
[assembly: AssemblyFileVersion("25.05.22.1000")]
|
||||
|
||||
12
Project/Properties/Settings.Designer.cs
generated
12
Project/Properties/Settings.Designer.cs
generated
@@ -46,17 +46,5 @@ namespace Project.Properties {
|
||||
return ((string)(this["CS"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("10.101.5.150")]
|
||||
public string mailserver {
|
||||
get {
|
||||
return ((string)(this["mailserver"]));
|
||||
}
|
||||
set {
|
||||
this["mailserver"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,8 +18,5 @@
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Data Source=K4FASQL.kr.ds.amkor.com,50150;Initial Catalog=EE;Persist Security Info=True;User ID=eeadm;Password=uJnU8a8q&DJ+ug-D;Encrypt=False;TrustServerCertificate=True</Value>
|
||||
</Setting>
|
||||
<Setting Name="mailserver" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">10.101.5.150</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user