mail cc a me e michele delle registrazioni
This commit is contained in:
parent
908d11abc9
commit
59baa312e6
@ -153,6 +153,8 @@ namespace VirtualTask.Controllers
|
||||
string message = getMailText(model.cognome, tokenMail, model.email);
|
||||
string subject = _configuration["ApplicationInsights:subjectMail"];
|
||||
bool esito = MailSent(model.email, subject, message);
|
||||
bool esito2 = MailSent("audiffredi@poloinformatico.it", subject, message);
|
||||
bool esito3 = MailSent("ferri@poloinformatico.it", subject, message);
|
||||
return RedirectToAction("RegistrazioneOk");
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user