Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/07/2006, 11:41
Avatar de JuanRAPerez
JuanRAPerez
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