Ver Mensaje Individual
  #7 (permalink)  
Antiguo 04/08/2002, 18:46
henryzs
 
Fecha de Ingreso: enero-2002
Mensajes: 189
Antigüedad: 23 años, 3 meses
Puntos: 0
Re: No lo van a poder creer...

continuacion.

set msg = server.CreateObject("CDO.Message")
msg.From = "[email protected]"
msg.To = "[email protected]"
msg.Subject = "Asunto"
msg.TextBody = "Cuerpo del mensaje"
msg.Configuration.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "miservidorsmtp"
msg.Configuration.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
msg.Configuration.Fields.Update
msg.Send

saludos!!