Connecting Tech Pros Worldwide Help | Site Map

mass newsletter

Pilu
Guest
 
Posts: n/a
#1: Jul 17 '05
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!

NC
Guest
 
Posts: n/a
#2: Jul 17 '05

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

Michael Vilain
Guest
 
Posts: n/a
#3: Jul 17 '05

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...



Nicholas Sherlock
Guest
 
Posts: n/a
#4: Jul 17 '05

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
Closed Thread