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