I have a simple bulk mail CGI script and I'd love to have a PHP version of it. It is very simple. Takes e-mail addresses from a text file and send to everyone. If you can help me with converting it I'd really appreciate it.
It can be done, but have you tried searching for an open source PHP-based solution? I use phpList @ http://www.phplist.com/
Thanks for the tip but I am not after a mailing list management program. My CGI script just collects email addresses from each line in a text file then send my e-mail to them. Generally about 10 emails at a time. I don't need opt-in or list management. Basically it is an alternative to using BCC to send to a group of people.