arkadaslar simdi email olayi tamamda
IdMessage1.Recipients.EMailAddresses:='aykutyildirim@hotpop.com';
IdMessage1.From.Address:='aykutyildirim@hotpop.com';
IdMessage1.From.Name:='aykut';
IdMessage1.Sender.Address:='aykutyildirim@hotpop.com';
IdMessage1.Sender.Name:='aykut';
IdMessage1.ContentType:='text/html';
IdMessage1.Subject :='';
IdMessage1.Body.Clear;
IdMessage1.Body.Add('');
IdMessage1.MessageParts.Clear;
TIdAttachment.Create(IdMessage1.MessageParts,'C:\aykut.jpg');
IdSMTP1.Host:='smtp.hotpop.com';
IdSMTP1.Username:= 'aykutyildirim@hotpop.com';
IdSMTP1.Password:= '******';
IdSMTP1.Connect;
IdSMTP1.Send(IdMessage1);
IdSMTP1.Disconnect;
bu kodlarla caisiyor fakat benim antivirus programi yollamaya izin vermiyor bunu nasil halledebilirim?
antivirus engeli
Forum kuralları
Forum kurallarını okuyup, uyunuz!
Forum kurallarını okuyup, uyunuz!