Connecting Tech Pros Worldwide Help | Site Map

mass newsletter

  #1  
Old July 17th, 2005, 01:55 PM
Pilu
Guest
 
Posts: n/a
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, 01:55 PM
NC
Guest
 
Posts: n/a

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, 01:55 PM
Michael Vilain
Guest
 
Posts: n/a

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, 01:55 PM
Nicholas Sherlock
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mass Mailing cordial_camaraderie@yahoo.com answers 3 May 27th, 2006 05:45 PM
any ideas for sending out a basic newsletter windandwaves answers 8 January 29th, 2006 04:35 PM
HiTech United Weekly Newsletter sylvain answers 0 November 12th, 2005 07:45 PM
Writing my own mass-email script in PHP Jeffrey Silverman answers 6 July 17th, 2005 10:00 AM