Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jul : SMTPServer for sending outgoing mails
| Subject: | SMTPServer for sending outgoing mails |
| Posted by: | "Alireza Kousha" (kousha_nospam@delphi.ir) |
| Date: | Thu, 6 Jul 2006 11:54:41 |
Im trying to build my own smtpserver for my application so I can send emails
without using extgernal smtp severs or installing IIS or any other
smtpserver , I wondered if TidSmtpServer can do the job but i found out it
Does recieve the messages from the clients but does not send it through the
net , and i tried to search but i did not find any thing, I believe I have
to somehow give it a DnsServer so the smtpserver can resolve the address but
I have no Idea how !