Error al enviar un e-mail
Publicado por Bella Panamá (80 intervenciones) el 01/06/2001 23:49:31
Hola, tengo el siguiente código vb :
Dim Msg As CDO.Message
Set Msg = CreateObject("CDO.Message")
Msg.To = "[email protected]"
Msg.From = "[email protected]"
Msg.Subject = "Mensaje de prueba"
'Msg.AddAttachment "C:\MEMORANDUM.doc"
Msg.Send
y tengo el siguiente error:
Run-time error '-2147220973 (80040213)':
The transport faild to connect to the server
qué puede ser ??
hay otra forma de hacerlo??
me falta habilitar algún componente de vb?? , cuales son los que necesito para correr esto??
Dim Msg As CDO.Message
Set Msg = CreateObject("CDO.Message")
Msg.To = "[email protected]"
Msg.From = "[email protected]"
Msg.Subject = "Mensaje de prueba"
'Msg.AddAttachment "C:\MEMORANDUM.doc"
Msg.Send
y tengo el siguiente error:
Run-time error '-2147220973 (80040213)':
The transport faild to connect to the server
qué puede ser ??
hay otra forma de hacerlo??
me falta habilitar algún componente de vb?? , cuales son los que necesito para correr esto??
Valora esta pregunta


0