Most folks I've met will have an SMTP gateway set up somewhere in their
environment and they will code the name of that DNS in a config file, using
that to seed the Mail class.
If you have Exchange in your environment, your Exchange admin is likely to
already have an SMTP gateway running, and they just need to share the name
with you.
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Flip" <[remove_me](E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> What are the best practises people have found for sending out emails with
> their web apps in .net? I've read a few places that talk about using the
> System.Web.Mail namespace. But I think that namespace requires an SMTP
> server does it not? And if it does, do people redirect the SmtpServer to
> their own email servers or to IIS SMTP service and have it use SmartHost
> to goto their email server, or just have IIS forward the emails on?
>
> I'm sorry if this has been covered before, I'm just getting into this now
> and would appreciate some ideas on what you guys/gals have found that
> worked.
>
> Thanks.
>