Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jan : smtp relay problem
| Subject: | smtp relay problem |
| Posted by: | "API" (ari.pikivir..@kolumbus.fi) |
| Date: | Wed, 17 Jan 2007 18:30:15 |
I've smtp relay working nice if there is only recipients of 1 domain
in the recipient list of the idmessage. in case of different domains
in the recipient list - the first's mx server refuses to relay to the
rest of recipients..
what i want is to get all recipients listed in the mail the user gets
as they all are really recipients. I no that this is possible to achieve
by sending the mail individually to all with same domain as recipient,
but then the "to" -list is not correct.
How to get it correctly relayed?
Thanks in advance.