Discussion:
Indy SMTP - body text is duplicated
(too old to reply)
unknown
2008-06-06 21:32:18 UTC
Permalink
One of my customers is complaining that the text in some of the emails
he sends is partially duplicated. That is, a section from the start of
the text is repeated at the end of the message.

I've been unable to repeat the problem myself even sending the exact
same text. That makes me think that it's happening at the mail servers
or the recipient's client rather than in my program, but maybe I need
to set something somewhere in the message to keep them happy.

I'm using Indy 10, SMTP, IDMessage.Body.Text, no attachments,
ContentType=text/plain

Has anybody else seen anything like this?
--
Tim_B
Remy Lebeau (TeamB)
2008-06-06 21:58:09 UTC
Permalink
Post by unknown
One of my customers is complaining that the text in some of
the emails he sends is partially duplicated.
Then the TIdMessage object is not being set up correctly in the code.
Post by unknown
That is, a section from the start of the text is repeated at the
end of the message.
Please show the actual email data, and the code that generated it.
Post by unknown
I've been unable to repeat the problem myself even sending the
exact same text. That makes me think that it's happening at the
mail servers or the recipient's client rather than in my program
Possibly. Hard to say for sure without seeing the actual data.
Post by unknown
I'm using Indy 10
Which version of Indy 10?


Gambit
unknown
2008-06-10 22:10:07 UTC
Permalink
Follow up comment - despite the user's claims, all the evidence so far
says that the problem is actually on the receiving end and has nothing
to do with my code or the Indy components.
Post by unknown
One of my customers is complaining that the text in some of the emails
he sends is partially duplicated. That is, a section from the start of
the text is repeated at the end of the message.
I've been unable to repeat the problem myself even sending the exact
same text. That makes me think that it's happening at the mail servers
or the recipient's client rather than in my program, but maybe I need
to set something somewhere in the message to keep them happy.
I'm using Indy 10, SMTP, IDMessage.Body.Text, no attachments,
ContentType=text/plain
Has anybody else seen anything like this?
Loading...