Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Aug : smto relay server How it works ?
| Subject: | smto relay server How it works ? |
| Posted by: | "Antonello Carlomagno" (a.carlomag..@synweb.locale) |
| Date: | Mon, 8 Aug 2005 09:23:21 |
Hi,
I have this question,
Smtp relay server, How It manage the message routing ?
example:
I have a mail client, and send a message to 3 recipients.
1 - first recipient
2 - copy to another in CClist
3 - and another to BCC list.
then, The SMTP relay how it works ?
It receive the message and ?
Extract every email address and send a copy of message to all ?
If yes, for third recipient (BCC), it open a SMTP connection and in DATA
command send all source message ? (header + body ) ?
thanks
Antonello