Connecting Tech Pros Worldwide Help | Site Map

mass newsletter

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 17th, 2005, 12:55 PM
Pilu
Guest
 
Posts: n/a
Default mass newsletter

Hi, I have to send a newsletter to more then 8000 address!
What is the best way to do it?
sending all together?, with mail() function?, with smtp?, divided in
groups....???

tnx so much!


  #2  
Old July 17th, 2005, 12:55 PM
NC
Guest
 
Posts: n/a
Default Re: mass newsletter

Pilu wrote:[color=blue]
>
> I have to send a newsletter to more then 8000 address!
> What is the best way to do it?[/color]

Send it to yourself and bcc: it to your entire mailing list.

Cheers,
NC

  #3  
Old July 17th, 2005, 12:55 PM
Michael Vilain
Guest
 
Posts: n/a
Default Re: mass newsletter

In article <1114875358.692324.23760@z14g2000cwz.googlegroups. com>,
"Pilu" <franz.andrea@gmail.com> wrote:
[color=blue]
> Hi, I have to send a newsletter to more then 8000 address!
> What is the best way to do it?
> sending all together?, with mail() function?, with smtp?, divided in
> groups....???
>
> tnx so much![/color]

First, check with your ISP. Chances are, they'll think you're spamming
if you do this without them knowing about it first. They may even tell
you that you can't do it from their machines and to find a commercial
email list provider. It might help if you have a plan on how you'll
deal with bounce messages, what the email is that you're sending, and if
you have proof that the owners of the email addresses did a double
'opt-in' to your list (confirming that they want to be on it by emailing
a confirmation).

I got an unsolicited newsletter from someone who was really toasted when
I reported him and his ISP to spamcop and spamhaus. He got all cartoony
and threatened litigation. But I never subscribed to his newsletter and
he never did anything beyond those threatening emails. spamcop gets
these types of complaints all the time.

Since php is mostly web-based, scripts that run for a while tend to
'time-out'. Unless you have a shell account, you'll have to chop the
database up into 100 address chunks, send those using mail(), then cycle
to the next batch.

If this is a regular thing you're going to be doing, I'd look into a
email list management solution like ezmlm or majordomo.

http://gd.tuwien.ac.at/infosys/mail/qmail/ezfaq/
http://www.greatcircle.com/majordomo/

--
DeeDee, don't press that button! DeeDee! NO! Dee...



  #4  
Old July 17th, 2005, 12:55 PM
Nicholas Sherlock
Guest
 
Posts: n/a
Default Re: mass newsletter

NC wrote:[color=blue]
> Pilu wrote:
>[color=green]
>>I have to send a newsletter to more then 8000 address!
>>What is the best way to do it?[/color]
>
>
> Send it to yourself and bcc: it to your entire mailing list.[/color]

I imagine that you'll run into recipient limits on your ISP's SMTP
server pretty damn quick doing it that way. When I used to do this, my
ISP wouldn't let me send with more than 30 BCC recipients.

CHeers,
Nicholas Sherlock
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.