|
Home > Archive > IIS and SMTP > April 2005 > Sending Batch emails
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Sending Batch emails
|
|
| Sasidhar N. 2005-04-30, 6:09 pm |
| Hi,
I have a News Letter system on my website through which I will be sending
emails to my customers. I am using IIS - SMTP service to send the emails.
At a time, I will be sending thousands of emails. But, due to the heavy load
on the SMTP server, some times SMTP service stops working.
So, I am planning to send emails batch wise. Could you please let me knwo
the way to send the emails batch wise?
Thanks in advance for our time!
Regards,
Sasidhar
| |
| Jeff Cochran 2005-04-30, 6:09 pm |
| On Sat, 30 Apr 2005 10:00:02 -0700, "Sasidhar N."
<SasidharN@discussions.microsoft.com> wrote:
>I have a News Letter system on my website through which I will be sending
>emails to my customers. I am using IIS - SMTP service to send the emails.
>
>At a time, I will be sending thousands of emails. But, due to the heavy load
>on the SMTP server, some times SMTP service stops working.
>
>So, I am planning to send emails batch wise. Could you please let me knwo
>the way to send the emails batch wise?
>
>Thanks in advance for our time!
Microsoft's SMTP server isn't optimized to send large amounts of mail
at a time. Your best bet is a thord party mail server product, or
using an outside mailing service.
Jeff
|
|
|
|
|