Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/08/2006, 12:21
Avatar de kalvin
kalvin
 
Fecha de Ingreso: noviembre-2002
Mensajes: 28
Antigüedad: 22 años, 5 meses
Puntos: 0
yo lo he usado el dundas y este codigo me a servido.

Dim objMailer 'Mailer control
Set objMailer = Server.CreateObject("Dundas.Mailer")
objMailer.TOs.Add "[email protected]"
objMailer.FromAddress = "[email protected]"
objMailer.Subject = "Asunto"
objMailer.Body = "Contenido del email."
objMailer.SendMail
Set objMailer = Nothing
__________________
WWW.TICS.NET.VE