
05/06/2006, 08:45
|
 | Colaborador | | Fecha de Ingreso: octubre-2003
Mensajes: 2.393
Antigüedad: 21 años, 6 meses Puntos: 27 | |
fName = server.mappath("tupagina.html")
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.openTextFile(fName)
Mensaje = a.readall
a.Close
set a = nothing
set fs = nothing
.....
myMail.HtmlBody = mensaje
__________________ JuanRa Pérez
San Salvador, El Salvador |