sendmail 별도의 프로세스로 분리하고 클라우드서버에서 실행함
This commit is contained in:
@@ -78,9 +78,9 @@ namespace FPJ0000
|
||||
if (prjdt != null && prjdt.Rows.Count > 0)
|
||||
{
|
||||
prjdr = prjdt.Rows[0] as dsPRJ.ProjectsRow;
|
||||
newdr.prj_ddate = prjdr.ddate;
|
||||
newdr.prj_name = prjdr.name;
|
||||
newdr.prj_status = prjdr.status;
|
||||
//newdr.prj_ddate = prjdr.ddate;
|
||||
//newdr.prj_name = prjdr.name;
|
||||
//newdr.prj_status = prjdr.status;
|
||||
|
||||
newdr.subject = string.Format(newdr.subject, prjdr.name, prjdr.status, prjdr.ddate, updateHistory);
|
||||
newdr.body = string.Format(newdr.body, prjdr.name, prjdr.status, prjdr.ddate, updateHistory);
|
||||
|
||||
Reference in New Issue
Block a user