Inicio
  Socios principales
  Abogados
  Areas Jurídicas
  Area de la Salud
  Servicios On-Line
  Contáctenos
debug = true; if ($cmdRecordar) { $strMail = trim(strtolower($txtMail)); $strSql = "select * from personas_registradas where mail = '$strMail' and habilitado is not null"; $objRs = $cn->Execute($strSql); if ($objRs->RecordCount() == 0) $mensaje = '
Verifique su dirección de e-mail y vuelva a ingresarla
'; else { $mensaje = "Se envió un e-mail a su casilla con su clave de acceso."; $strMail = $objRs->fields['mail']; $strPassword = $objRs->fields['clave']; $strCuerpo = '

Recordatorio de Contraseña

Se le recuerda que sus datos para ingresar a los boletines son los siguientes:
Usuario:'.$strMail.'
Password:'.$strPassword.'
www.montequinabogados.com.ar
'; //*************************** PREPARO PARA MANDAR *************************** require "sistema/php/includes/class.phpmailer.php"; $mail = new phpmailer(); $mail->PluginDir = "sistema/php/includes/"; $mail->Mailer = "smtp"; $mail->Host = "127.0.0.1"; $mail->SMTPAuth = false; $mail->Username = ""; $mail->Password = ""; $mail->From = $strMail; $mail->FromName = "Montequin & Asociados Abogados"; $mail->Timeout = 30; $mail->IsHTML(true); $mail->Subject = "Recordatorio de Password"; $mail->Body = $strCuerpo; $mail->AddAddress($strMail); $exito = $mail->Send(); } } ?> Montequín Abogados
Recordar Contraseña
 
$mensaje

"; ?>
Ingrese su dirección de e-mail:

volver