This commit is contained in:
chi
2022-05-21 23:06:42 +09:00
parent 4b378f728e
commit a2a1e904c2
14 changed files with 8666 additions and 346 deletions

View File

@@ -10,6 +10,8 @@ namespace JobReportMailService
{
// public static string vGcode = "EET1P";
public static CSetting setting;
public static Boolean debugmode = false;
public static string MailSort(string addr, string except)
{
if (string.IsNullOrEmpty(except)) return addr;