Ver Mensaje Individual
  #15 (permalink)  
Antiguo 22/02/2011, 01:29
Avatar de xalupeao
xalupeao
 
Fecha de Ingreso: mayo-2008
Ubicación: Santiago, Chile
Mensajes: 749
Antigüedad: 15 años, 11 meses
Puntos: 12
Respuesta: URGENTE Ayuda con formulario

agrega esto a tu funcion "Enviar":

Código PHP:
Ver original
  1. $MAIL->IsHTML(true);
  2. $cuerpo = stripslashes ($Cuerpo);
  3. $cuerpo_text = str_replace ('</p>', '
  4.  
  5. ', $cuerpo);
  6. $cuerpo_text = str_replace ('<br>', '
  7. ', $cuerpo_text);
  8. $cuerpo_text = strip_tags ($cuerpo_text);
  9. $MAIL->AltBody = $cuerpo_text;
__________________
Hosting en Chile en Silverhost - La solución en Hosting en Chile.