开发者

Win 7 doesn't have SMTP Server

Currently, i am working on sending/receiving mail project on Win7, i want to use Seolib.dll (COM) to handle for event sending/receiving mails but Win7 is not supported this one. So is th开发者_StackOverflowere any solution for this issue?

I am doing on C# language.

using SEOLib;

namespace CatGlobeSmtpEventSink_Head { public class CatGlobeMailTransportSubmission : ISMTPOnArrival, IEventIsCacheable { private static List siteInfos; private static CGDateTime lastRefresh = CGDateTime.MinValue;

  private static object locker = new object(); 

  public CatGlobeMailTransportSubmission() 
  { 
     Logger.CreateInstance(ConfigurationInfo.CreateInstance(), true).Add(LogEntryType.Information, "{0} constructor called", ConfigurationInfo.SINK_NAME); 
     RefreshConfiguration(); 
  } 

.....................................


I am doing on C# language.

using SEOLib;

namespace CatGlobeSmtpEventSink_Head { public class CatGlobeMailTransportSubmission : ISMTPOnArrival, IEventIsCacheable { private static List siteInfos; private static CGDateTime lastRefresh = CGDateTime.MinValue;

  private static object locker = new object();

      public CatGlobeMailTransportSubmission()
  {
     Logger.CreateInstance(ConfigurationInfo.CreateInstance(), true).Add(LogEntryType.Information, "{0} constructor called", ConfigurationInfo.SINK_NAME);
     RefreshConfiguration();
  }
  .....................................

...................................................

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜