Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Indy Email - ContentTransfer
| Subject: | Indy Email - ContentTransfer |
| Posted by: | "Johnnie Norsworthy" (jln2..@verizon.net) |
| Date: | Fri, 31 Mar 2006 08:07:56 |
I just found a problem when using Indy 10.0.52. It appears that when I
create a multi-part email using TIdText.Create() the default
.ContentTransfer is set to "Quoted-Printable". With this setting, it mangles
links I have embedded in the HTML. Commonly I see a period has been removed
from an email address my embedded links. If I change it to base64, the email
works fine, and the links are not trashed, but I'd like to know the
preferred setting.
Since I have a two part email: 'text/html' and 'text/plain', what is the
correct/best setting for .ContentTransfer that will work for the widest
range of email recipients?
Thanks,
-Johnnie