PC Review


Reply
Thread Tools Rate Thread

what is best practises for sending out emails from .net?

 
 
Flip
Guest
Posts: n/a
 
      15th Feb 2005
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.


 
Reply With Quote
 
 
 
 
Peter Morris [Droopy eyes software]
Guest
Posts: n/a
 
      16th Feb 2005
Smtp.SendMail worked fine for me, both on my ISP and on my home PC.

I did recently use it to send out a newsletter to about 1,300 people.
Windows thought my PC was under attack (from itself) and stopped them from
going out, so if you do something like that I'd recommend limiting yourself
to about 3 emails per second.


--
Pete
====
Read or write articles on just about anything
http://www.HowToDoThings.com



 
Reply With Quote
 
Nick Malik [Microsoft]
Guest
Posts: n/a
 
      18th Feb 2005
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.
>



 
Reply With Quote
 
Flip
Guest
Posts: n/a
 
      18th Feb 2005
Thanks guys for your feedback! :>



"Nick Malik [Microsoft]" <(E-Mail Removed)> wrote in message
news:E9-dnUaeg5b7T4jfRVn-(E-Mail Removed)...
> 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.
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Patterns, Practises, MVP and Winforms Pete Hurford Microsoft C# .NET 2 31st Mar 2009 04:00 PM
Site Security - Best Practises Richard Coltrane Microsoft ASP .NET 1 11th May 2008 06:03 AM
question about some good practises Bob Microsoft VB .NET 11 1st Sep 2006 07:30 PM
Localization best practises? Jon Pope Microsoft C# .NET 0 10th Jun 2004 05:02 AM
sending bulk emails (in ACT, through OutlooK - how to avoid sending individually pete nichols Microsoft Outlook 0 28th Jul 2003 10:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:44 AM.