Forum Moderators: coopster

Message Too Old, No Replies

Looking for a free simple PHP mass mailer

         

darkage

7:07 pm on Mar 6, 2007 (gmt 0)

10+ Year Member



Hi all,

Looking for a free simple php mass mailer. Im NOT interested in managing lists, creating templates, etc. Just want a simple single page where you can enter a bunch of to emails, a from email, the message, etc and click submit and let it run.

Should run with a web interface and NOT use a DB.

Obviously this script will have to spawn indenpendent scripts as web requests times out after a time.

What are your suggestions? Already looked at phplist, and found it too "complex" for my liking.

Does such a program exist? thanks in advance.

dreamcatcher

7:33 pm on Mar 6, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi darkage,

I`m afraid we can`t really recommend any sites other than the script repository sites:

Hotscripts [hotscripts.com]
PHP Classes [phpclasses.org]

Are a couple of useful sites. Failing that, try a Google search. Good luck.

dc

eelixduppy

12:39 am on Mar 7, 2007 (gmt 0)



darkage, don't forget to visit our library as we have a nice thread in there on the basics of emailing and submitting forms with php [webmasterworld.com].

Good luck!

darkage

7:17 am on Mar 7, 2007 (gmt 0)

10+ Year Member



dreamcatcher >> Im assuming its beacuse people cant link to the websites? If yes, cant they just tell me the name, and then I should be able to google it.

eelixduppy >> Thanks for the basic how-to. I suggest you add a note at the end "This code is a serious candidate for mail injection" and link to a wikipedia site/webmasterworld page that explains what mail injection is. Just so the beginner PHP dont copy/paste the code and puts it into production.

Thanks for the replies, im still looking and have so far found a free product called pommo that looks interesting and simple. Haven't had much time to look into it yet...