{
final EmailConfig emailConfig = ((DmContext) this.dbContext).getEmailConfig();
try
{
emailConfig.send(this.message_dest, this.message_objet, this.message_corps);
//Changement du mot de passe
try
{
this.newCompte.setPassword(this.newPassword);
this.comptes.update(this.currentCompte, this.newCompte);