Thema: Delphi Indy Html-Emails

Einzelnen Beitrag anzeigen

horst

Registriert seit: 1. Jul 2003
347 Beiträge
 
Delphi 2007 Professional
 
#4

Re: Indy Html-Emails

  Alt 16. Nov 2003, 22:00
liebend gerne...
danke nochmal an kuisli
http://www.swissdelphicenter.ch/de/f...pic.php?t=7419


das problem liegt wohl hier:


ContentType := ContentTyp;
benenne den contenttype im Procedureaufruf nicht identisch wie das property vom idmessage - dann sollte es funktionieren.
z.B.

Delphi-Quellcode:
procedure sendNewsLetter(an: Tstringlist; att, Text: Tstrings;
  vonMail, Betreff, Priority, CTyp, SMTPServer, SMTPUsername, SMTPPass: string;
  SMTPPort, SmtpAuthType: integer);
gruss
kuisli
  Mit Zitat antworten Zitat