SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Hybrid View
-
Jul 24, 2000, 22:00 #1
- Join Date
- Oct 1999
- Location
- Vancouver, BC, Canada
- Posts
- 983
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Uh... Sorry in advance, but I wasn't sure what forum to post this question into. Probably should've been the Hosting forum? Please have mercy.
I have a giant textfile on a website that I use to store names and emails of people who join my mailing list. It's very simple, and has only two fields consisting of email and name.
When it comes time to release a newsletter, I've always used a little Perl program I wrote to extract the information and feed it into sendmail on the web server...
This is my question. What happens when the list gets over a certain size, and the web server/host no longer wants to send out all those emails for me? (Ie: I'm using up too much time/resources on the server to do the mailings.) If I had... say 10,000 people in my list, that's a lot of emails.. not to mention the ones that come back as invalid addresses or whatever.
How do people deal with sending thousands of emails out for lists? Do you have to host your own lists, or rent a server? Or is there no limit to the web hosts "kindness?" and I can send as many as I want?
Thanks for any help.
------------------
www.gimmeabuck.com <-- Have you given me a buck yet!?
-
Jul 25, 2000, 11:39 #2
- Join Date
- Jul 1999
- Location
- Chicago
- Posts
- 2,629
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Why don't you go ahead and ask them. They're the only ones who know.
If I recall, Hypermart allows 100 e-mails per day per site. My old host allowed more than 100000.
You may want to look into Lyris.
-
Jul 25, 2000, 12:38 #3
- Join Date
- Feb 2000
- Location
- KY
- Posts
- 277
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
There is no standard limit, each web host is different. A long while back when our newsletter was just starting out, our host at the time Hypermart sent us an email notifying us that our account had been placed on probation because we had sent our opt-in newsletter to 150 people. Our account sat there frozen for 3 or 4 days, during which we were banned from any means of accessing or updating the site: FTP, Web control panel, etc., and all our CGI scripts were disabled. At the end of their "investigation" into the matter, they placed us on their "safe" list which prevented their robot from flagging our account each time we sent out the newsletter. Needless to say, this situation as well as numerous downtimes and slow servers convinced us that it was time to ditch Hypermart.
Anyway, the point I am trying to get at is that it is best to take matters into your own hands and ask your host beforehand what their newsletter/email limit is. It's not something that has a fixed number throughout hosts.
------------------
Eric Radtke
Web Tools: Web Site Resource
Who says all the good domains are taken? DomainMailings.com
-
Jul 26, 2000, 06:42 #4
- Join Date
- Feb 2000
- Location
- MI
- Posts
- 166
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Another thing:
There are two methods for sending email: 1) automatic, 2) put in mail query.
When sending large ammounts of email, the first one will bog down the server, and most likely make your host made. This is because is tries to send the email once the call to do so is made. On the other hand, the second one simply adds the email to a query, where the email will be sent when the mail server "has the time." The second choice may take longer to send out to the whole list, but it should be less harmful on the host.
Richard
------------------
richard@brevig.com
Bookmarks