Mailing list software needed!

Hello All,

I’m looking for a software that can
send e-mails to… let’s say… 500 users
at the same time.

I have a form on my site that grabs
the users e-mails and sends it to my
address.
I would like to store this e-mail in
the software and when I want to send
an e-mail to all the users, I would just
choose a list and click send.

Any suggestions?

Thanks! :thumb:

Neuhaus3000

Now I’m no admin, but I would say that this is not the place for a thread like this.

Also, use google.

Thirdly, you could have done this yourself.

Hey jingman,

I know… I’ve cheated a bit. ;(

It was urgent and I know that I can
get a quick answer here…

Sorry for this and thanks for the tip! :smirk:

Neuhaus3000

learn php and mysql

when a user fills in a form, store the e-mail in the database

then make a form for urself so you can send an email,
when you press submit,

it will then loop tru the database, sending the mail to each e-mail adress

easy huh?

I’m trying to learn php and MySQL as we speak… :beam:

But it’s going to take a while before I can do that :slight_smile:

Nice looking banner you’ve got there Dude :thumb:

Neuhaus3000

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=25493

:wink:

asp = way easier to what you are talking about… i just set up an ASP version of exactly what you are talking about

Hey Prstudio,

Is there a way to see a demo?

Thanks! :slight_smile:

Neuhaus3000

all you need to do is create a record set in a textfield, then just simply mail it using CDONTS (for asp). it’s actaully very easy. get started on creating your database and I will help you if u’d like. BTW this is more of a server side question than flash, maybe a mod should move this

It can be done with MySQL and PHP. When a user fills in his e-mail address, it’s added to the dbase, and then the mail script send it to all of them out there. I’ll search for osme but I gotta go now cuz my brother is whining Grr :angry:

check out http://www.infacta.com/products.asp for some free software to send mails.

i woudlnt use php and mysql if you have no previous knowledge, because just setting it all up can be very conbfusing(if you have no previous knowledge). asp is more simple, and to the point

*Originally posted by Digitalosophy *
**i woudlnt use php and mysql if you have no previous knowledge, because just setting it all up can be very conbfusing(if you have no previous knowledge). asp is more simple, and to the point **

True.