altre modifiche x invio email interno...
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user