altre modifiche x invio email interno...

This commit is contained in:
Samuele Locatelli
2017-03-16 10:03:16 +01:00
parent 6d957714c0
commit 34bb1a889f
6 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ namespace XPST.WebUserControls
{
DS_applicazione.v_commesseRow rigaComm= XPS.obj.taComm.getByCod(comando.valore)[0];
subject += string.Format(" | cliente: {0}", rigaComm.Cliente);
bodyMsg += string.Format("<br/><br/><a href \"{0}\\detComm?CodDDT={1}\">Link diretto al DDT {2} - {3}</a>", memLayer.ML.CRS("currSite"), rigaComm.Cod, rigaComm.DDT, rigaComm.descrizione);
bodyMsg += string.Format("<br/><br/><a href \"{0}\\detComm?CodDDT={1}\">Link diretto al DDT {2} - {3}</a>", memLayer.ML.CRS("mainSite"), rigaComm.Cod, rigaComm.DDT, rigaComm.descrizione);
}
// invio email!
bool fatto = gestEmail.geAuth.mandaEmail(memLayer.ML.confReadString("_emailUser"), emailDest, subject, bodyMsg);