Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/01/2007, 04:20
Avatar de alllebor
alllebor
 
Fecha de Ingreso: septiembre-2006
Mensajes: 295
Antigüedad: 17 años, 7 meses
Puntos: 1
Re: imagen desde formulario-mail-

Tienes que enviar un email en formato HTML
dentro del script donde envias el email en la variable (la mia se llama mensaje)donde guardas el texto del email pon esto.

$mensaje ='<html>
<head>
<title>Agència Energètica de la Ribera</title>
</head>
<body>
<img border="0" src="$imagen" width="189" height="136">
</body>
</html>

prueba algo asi!!