|
-
Apr 9th, 2008, 04:49 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] [2008] sending lots of emails.
So lets say If I want to send about 5000 - 10,000 emails to the suscribed members.
Should I just create a normal MailMessage and then loop through emails, and use the add property to add them,
OR
Loop through each email, and send a new instance of the mailmessage.
Will this be a problem concerning my SMTP server/
-
Apr 9th, 2008, 04:55 PM
#2
Hyperactive Member
Re: [2008] sending lots of emails.
 Originally Posted by masfenix
Loop through each email, and send a new instance of the mailmessage.
Will this be a problem concerning my SMTP server/
I think you should do this and about the SMTP i amde a program that sent heaps of e-mails and got an exception saying something along the lines of "too many connections"or something like that but i was sending the e-mails to one address. What is the SMTP server ur using?
-
Apr 9th, 2008, 04:58 PM
#3
Thread Starter
Fanatic Member
Re: [2008] sending lots of emails.
I am gonna ask my hosting company if I can use there's without getting marked as spam or getting blacklisted.
My next choice would be to call my ISP and ask them if its okay to use theres.
If not, I'll send emails to Google, MSN, and Yahoo, and other various email companies to get permission to use there.
-
Apr 9th, 2008, 05:00 PM
#4
Hyperactive Member
Re: [2008] sending lots of emails.
Yeah good idea another smtp server is bluebottle however i think if you send an e-mail from them to a hotmail account it gets marked as junk.
-
Apr 9th, 2008, 05:00 PM
#5
Re: [2008] sending lots of emails.
The big three won't agree or respond to this in most likelihood and your ISP might go paranoid the moment you ask the question.
You'll need to get your own hosting server which allows you to do this.
-
Apr 9th, 2008, 05:06 PM
#6
Thread Starter
Fanatic Member
Re: [2008] sending lots of emails.
Thanks all.
So it settled, i should be creating a new instance of the .net mail message and setting one email per instance, and sending that. Then I dispose it, and start all over again.
cool.
-
Apr 9th, 2008, 05:11 PM
#7
Hyperactive Member
Re: [RESOLVED] [2008] sending lots of emails.
Good luck
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|