Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: SMTP Problem
| Subject: | Re: SMTP Problem |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Sat, 18 Mar 2006 16:56:28 |
"Steve" <no.spam@onbox.com> wrote in message
news:441c0e6e$1@newsgroups.borland.com...
> What I found out is: Some providers do not accept
> emails that were created with Indy, some (the most) do.
Make sure that you are using the latest version. Indy developers have done
a lot of work on complying with spam filters. Also, make sure that the
TIdSMTP.MailAgent property is empty, or at least set to a value that does
not include 'Indy' in it. Older versions of Indy did that, and that was the
first thing spam filters started looking for to identify Indy messages.
Gambit
none