|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Can anyone recommend a free newsletter script?
Hi,
I'm looking for a program that will be able to send out a newsletter to about 4000 people. Can anyone recommend a free or cheap script? Thanks cowboys |
|
#3
|
||||
|
||||
|
Here I found this one before, but decided to create my own after noticing how it works. They really arent that hard to make.
Nick
__________________
newton's ten laws of phisics applys here ------------------------------------------------------------ |
|
#4
|
||||
|
||||
|
All your looking for is a script that performs the following:
1) Has a list of all e-mails necessary 2) Sends an e-mail to all e-mails on the list I'm pretty sure you'll need a while() loop or something.... ![]()
__________________
- "Cryptographically secure linear feedback shift register based stream ciphers" -- a phrase that'll get any party started. - Why know the ordinary when you can understand the extraordinary? - Sponsor my caffeine addiction! (36.70 USD recieved so far -- Latest donor: Mark Foxvog) |
|
#5
|
||||
|
||||
|
We can safely assume that you are going to use this for entirely legal purposes, yes? We're not going to help you write a script to simply spam a bunch of users.
__________________
~~ Peter ~~ ( My Blog: It's exactly like normal nerdiness, but completely different. ) :: ( Supporter of the EFF & FSF ) :: ( I'm a GNU/Linux addict and Free Software Advocate. ) :: ( How to Ask Questions the Smart Way ) :: ( The Fedora Project, sponsored by Red Hat ) :: ( GNOME: The Free Software Desktop Project ) :: ( GnuPG Public Key ) |
|
#6
|
|||
|
|||
|
Actually Dudes, I've already written one. All it really does is store a bunch of emails in a MySQL database, and uses PHP to parse through every email address and send it through PHP's mail function...
PHP Code:
I have a question about this though.. What I've done is append every email address in the database to the BCC field.. Would it be better to send the newsletter to each email address one by one, rather than bcc it all at once? I guess I do'nt know exactly how this works, so which way is better? You guys see a problem with putting a few thousand email addresses in the BCC field? Last edited by Hugh G. Rection : October 5th, 2005 at 04:37 PM. |
|
#7
|
||||
|
||||
|
The problem we see is you SPAMMING people, or at least, this one looks like a fifty percent chance of being used to send out spam mail.
__________________
A work in progress: Card Game Platform (Status: Hard Drive Crash deleted project, rewrite planned) | Joke Thread “Rational thinkers deplore the excesses of democracy; it abuses the individual and elevates the mob. The death of Socrates was its finest fruit.” |
|
#8
|
|||
|
|||
|
Quote:
But why bother? Lot's of free code out there that already accomplishes this. |
|
#9
|
|||
|
|||
|
Try looking on hotscripts.com, good luck!
|
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > Can anyone recommend a free newsletter script? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|