Ver Mensaje Individual
  #4  
Antiguo 20-01-2006
faisan98 faisan98 is offline
Registrado
 
Registrado: dic 2005
Posts: 5
Reputación: 0
faisan98 Va por buen camino
socio puedes utilizar mejor el componente NMSMPT1 de la paleta Fastnet

NMSMTP1.Host := 'www.hotmail.com';
NMSMTP1.UserID :='tu usuario';

NMSMTP1.Connect;
nmsmtp1.PostMessage.ToAddress:=('la direccion donde mandas');
NMSMTP1.PostMessage.Attachments.Text:=('c:\archivo.txt');
Nmsmtp1.SendMail;
Responder Con Cita