From d12b23cad61e8226aa48151faa43c9b3f14faa96 Mon Sep 17 00:00:00 2001 From: Sean Date: Sat, 12 Apr 2025 15:38:03 -0400 Subject: [PATCH] Remove stage notification emails --- MarketData/MarketData/Services/MainService.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/MarketData/MarketData/Services/MainService.cs b/MarketData/MarketData/Services/MainService.cs index 556437b..d05b369 100755 --- a/MarketData/MarketData/Services/MainService.cs +++ b/MarketData/MarketData/Services/MainService.cs @@ -347,7 +347,6 @@ namespace MarketData.Services { UpdateCompanyProfiles(); // financials.morningstar.com and finance.yahoo.com resetEvents[STAGE_2].Set(); - SMSClient.SendSMSEmail("UPDATEDAILY2 STAGE_2 complete. LoadConsumerPriceIndex,UpdateCompanyProfiles,LoadGDPPerCapita ", smsUserName, smsRecipients, smsSMTPAddress, smsUserName, smsPassword); MDTrace.WriteLine(LogLevel.DEBUG,$"STAGE_2 complete."); }); @@ -357,7 +356,6 @@ namespace MarketData.Services LoadGDPPerCapita(); // api.worldbank.org LoadConsumerPriceIndex(); // Load consumer price index data from Bureau of Labor Statistics resetEvents[STAGE_3].Set(); - SMSClient.SendSMSEmail("UPDATEDAILY2 STAGE_3 complete. UpdateYieldCurve", smsUserName, smsRecipients, smsSMTPAddress, smsUserName, smsPassword); MDTrace.WriteLine(LogLevel.DEBUG,$"STAGE_3 complete."); }); @@ -366,7 +364,6 @@ namespace MarketData.Services UpdateLatestAnalystRatings(true); // WWW.BRIEFING.COM UpdateMissingAnalystRatings(); // MARKET BEAT resetEvents[STAGE_4].Set(); - SMSClient.SendSMSEmail("UPDATEDAILY2 STAGE_4 complete. UpdateLatestAnalystRatings, UpdateMissingAnalystRatings", smsUserName, smsRecipients, smsSMTPAddress, smsUserName, smsPassword); MDTrace.WriteLine(LogLevel.DEBUG,$"STAGE_4 complete"); }); @@ -375,7 +372,6 @@ namespace MarketData.Services UpdateSplits(); // eoddata.com ProcessAllSplits(); // non-network operation resetEvents[STAGE_5].Set(); - SMSClient.SendSMSEmail("UPDATEDAILY2 STAGE_5 complete. UpdateSplits, ProcessAllSplits", smsUserName, smsRecipients, smsSMTPAddress, smsUserName, smsPassword); MDTrace.WriteLine(LogLevel.DEBUG,$"STAGE_5 complete."); }); @@ -383,7 +379,6 @@ namespace MarketData.Services { LoadInsiderTransactions(); resetEvents[STAGE_6].Set(); - SMSClient.SendSMSEmail("UPDATEDAILY2 STAGE_6 complete. LoadInsiderTransactions", smsUserName, smsRecipients, smsSMTPAddress, smsUserName, smsPassword); MDTrace.WriteLine(LogLevel.DEBUG,$"STAGE_6 complete."); }); @@ -392,7 +387,6 @@ namespace MarketData.Services UpdateEarningsAnnouncements(); // www.zacks.com LoadZacksRank(); // www.zacks.com resetEvents[STAGE_7].Set(); - SMSClient.SendSMSEmail("UPDATEDAILY2 STAGE_7 complete. UpdateEarningsAnnouncements,LoadZacksRank ", smsUserName, smsRecipients, smsSMTPAddress, smsUserName, smsPassword); MDTrace.WriteLine(LogLevel.DEBUG,$"STAGE_7 complete."); }); @@ -400,7 +394,6 @@ namespace MarketData.Services { GetSECFilingsWatchList("Valuations");// www.sec.gov resetEvents[STAGE_8].Set(); - SMSClient.SendSMSEmail("UPDATEDAILY2 STAGE_8 complete. GetSECFilingsWatchList", smsUserName, smsRecipients, smsSMTPAddress, smsUserName, smsPassword); MDTrace.WriteLine(LogLevel.DEBUG,$"STAGE_8 complete"); }); @@ -409,7 +402,6 @@ namespace MarketData.Services UpdateAnalystPriceTarget(); // MarketBeat GetETFHoldings(); // finance.yahoo.com resetEvents[STAGE_9].Set(); - SMSClient.SendSMSEmail("UPDATEDAILY2 STAGE_9 complete. UpdateAnalystPriceTarget, GetETFHoldings", smsUserName, smsRecipients, smsSMTPAddress, smsUserName, smsPassword); MDTrace.WriteLine(LogLevel.DEBUG,$"STAGE_9 complete."); }); @@ -417,7 +409,6 @@ namespace MarketData.Services { UpdateAllMissingCIK(); // /www.sec.gov resetEvents[STAGE_10].Set(); - SMSClient.SendSMSEmail("UPDATEDAILY2 STAGE_10 complete. UpdateAllMissingCIK", smsUserName, smsRecipients, smsSMTPAddress, smsUserName, smsPassword); MDTrace.WriteLine(LogLevel.DEBUG,$"STAGE_10 complete."); }); @@ -425,7 +416,6 @@ namespace MarketData.Services { UpdateDividendHistory(); // www.nasdaq.com DIVIDEND HISTORY IS BROKEN.... WORKING ON THIS ONE. resetEvents[STAGE_11].Set(); - SMSClient.SendSMSEmail("UPDATEDAILY2 STAGE_11 complete. UpdateDividendHistory", smsUserName, smsRecipients, smsSMTPAddress, smsUserName, smsPassword); MDTrace.WriteLine(LogLevel.DEBUG,$"STAGE_11 complete."); });