Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: indy thunderbird receipt problem
| Subject: | Re: indy thunderbird receipt problem |
| Posted by: | "gurkan" (gurkancal..@hotmail.com) |
| Date: | Sat, 12 Aug 2006 09:21:02 |
Remy Lebeau (TeamB) yazmış:
> "gurkan" <gurkancalik@hotmail.com> wrote in message
> news:44dc23ee@newsgroups.borland.com...
>
>> I chance the ContentTransferEncoding miss but its cannot solve my problem.
>
> What does the raw mesage data that is being transmitted actually look like?
>
> Since the crash is inside Thunderbird, there is likely nothing you can do in
> your code to prevent it. Have you tried contacting Thunderbird's authors
> yet and ask about the crash?
>
>
> Gambit
>
>
thanks for yours help :).
We find a solution for ours problem.
When I send an e-mail from indy its can't take Message-Id.If i add a
header like " MailMessage.AddHeader('Message-Id:(RANDOM
NUMBER)@(domainname)');" it's work correctly.But i'm not sure it's.
Can i take Message id from our smtp server.
Thaks a lot :)