Designing mail server

G

Guest

hi,
i have to design a mail server which recives and send message using
exchange mail server or mail server of win 2003. can u help me how i design
that.
IS THERE any way to recieve mail using asp.net
 
P

PeterKellner

hi,
i have to design a mail server which recives and send message using
exchange mail server or mail server of win 2003. can u help me how i design
that.
IS THERE any way to recieve mail using asp.net

Sending mail is really not relevant to exchange, unless you want to do
something like store the sent mail in an exchange sent folder or
process special rules on exchange. Otherwise, just better to send to
a local smtp server.

As far as receiving mail goes, there is an Exchange API you can use
but I don't know the details well. What I do is to use the smtp pop3
..net client (lots of them available on the internet) and simply pop
the mail off of a pop server into my .net app. That way, I don't have
to worry about things like a multi-threaded smtp server. It pops one
at a time and automatically deletes it off the pop server.

Very clean, very fast.

Good Luck.
Peter Kellner
http://peterkellner.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top