
06/07/2006, 11:41
|
 | Colaborador | | Fecha de Ingreso: octubre-2003
Mensajes: 2.393
Antigüedad: 21 años, 6 meses Puntos: 27 | |
Cita: Set objMail= Server.CreateObject("CDO.Message")
With objMail
.From = " [email protected]"
.To = Email
.Subject = "File You Requested from SiteName"
.TextBody = "Here is the file you requested from SiteName"
.AddAttachment "C:\files\filename.pdf"
.Send
End With
Set objMail = Nothing
__________________ JuanRa Pérez
San Salvador, El Salvador |