Fixed location of email file sent location

chap09
Jason Zhu 2021-09-22 16:43:28 +10:00
parent ffce55b6a9
commit e899f54af3
1 changed files with 1 additions and 1 deletions

View File

@ -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