Thema: Delphi Email code falsch???

Einzelnen Beitrag anzeigen

maximi

Registriert seit: 9. Jun 2003
217 Beiträge
 
Delphi 7 Personal
 
#1

Email code falsch???

  Alt 15. Jun 2003, 13:43
Hallo!!!
Was ist daran falsch???:

Delphi-Quellcode:
  IdSMTP1.Username := '****';
  IdSMTP1.Password := '****';

  IdSMTP1.Host := 'smtp.mail.yahoo.de';

  IdSMTP1.Connect;
  Inhalt.Add(Edit1.Text);
  Inhalt.Add(Edit2.Text);
  IdSMTP1.Host := 'smtp.mail.yahoo.de';
  dMessage1.Body := inhalt;
  IdSMTP1.Send(IdMessage1);
Ich bekomme keine Mail!!!

[Edit=Sakura]Delphi-TAGS eingefügt MfG[/Edit]
  Mit Zitat antworten Zitat