F
Flip
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.
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.