Fixed location of email file sent location
parent
ffce55b6a9
commit
e899f54af3
|
@ -20,7 +20,7 @@ namespace SportsStore.Domain.Concrete
|
||||||
public string Servername = "smtp.example.com";
|
public string Servername = "smtp.example.com";
|
||||||
public int ServerPort = 587;
|
public int ServerPort = 587;
|
||||||
public bool WriteAsFile = false;
|
public bool WriteAsFile = false;
|
||||||
public string FileLocation = @"c:\sports_store_emailss";
|
public string FileLocation = @"C:\Users\jason.zhu";
|
||||||
}
|
}
|
||||||
|
|
||||||
public class EmailOrderProcessor : IOrderProcessor
|
public class EmailOrderProcessor : IOrderProcessor
|
||||||
|
|
Loading…
Reference in New Issue