Re: Email service
- From: "rowe_newsgroups" <rowe_email@xxxxxxxxx>
- Date: 25 Jan 2007 03:53:01 -0800
Now that I'm fairly sure you're not spamming...
I know I'm not directly fixing your problem here, but why not have the
user's write directly to the database? All those attached csv files has
got to be killing your email server (if I did that here, our IT Manager
would get out his baseball bat and come after me!). Then if the
database has a notification feature, like MS Sql Server does, have it
send out the user id / password emails. That way there aren't thousands
of email flying around and resource heavy services running.
Thanks,
Seth Rowe
On Jan 25, 1:48 am, "neeraj" <neeraj....@xxxxxxxxx> wrote:
The purpose of sending a lot of mails is, actually I receiving the data
from various branches of my company in a ".csv" file I just import
the that "csv" file in my sql database.
When all records got imported in data base I select the email id of all
imported data and start the service for sending his "user id" and
"Password" to registered users,
But mail sending service not working fine when amount of records is to
large. It throws "System.OutofMemoryException" when amount of
record reaches above 3000.
On Jan 24, 5:08 pm, "rowe_newsgroups" <rowe_em...@xxxxxxxxx> wrote:
Wait is the purpose of sending all those emails?
Thanks,
Seth Rowe
On Jan 24, 7:03 am, "neeraj" <neeraj....@xxxxxxxxx> wrote:
I have made a service which picks up records from a table which has
following columns :From,to,subject,body,status
The service, after picking up the records, loops through all the
records and sends the email for each record and updates the status as
1.
The problem is that my service fails when the record size is about
20000-25000.
Any one can suggest me a method so that i can send 20000-25000 with in
1 or 2 hours- Hide quoted text -- Show quoted text -
.
- References:
- Email service
- From: neeraj
- Re: Email service
- From: rowe_newsgroups
- Re: Email service
- From: neeraj
- Email service
- Prev by Date: Re: Quater Cirlce
- Next by Date: Re: Quater Cirlce
- Previous by thread: Re: Email service
- Next by thread: Re: Email service
- Index(es):
Relevant Pages
|