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 int ServerPort = 587;
|
||||
public bool WriteAsFile = false;
|
||||
public string FileLocation = @"c:\sports_store_emailss";
|
||||
public string FileLocation = @"C:\Users\jason.zhu";
|
||||
}
|
||||
|
||||
public class EmailOrderProcessor : IOrderProcessor
|
||||
|
|
Loading…
Reference in New Issue