[PHP-DB] Re: Dear php experts

2004-08-29 Thread Manuel Lemos
Hello,
On 08/29/2004 02:06 AM, Bishnu wrote:
I am new in PHP. I've just started programming with php. I am going to build a 
newsletter mailing of my own community.
I use a table where members' name, email and other information is stored. I would like 
to send email to all member listed on member table. Could anyone give me functional 
code for it?
If you want to send personalized messages (or not) to many users, you 
may want to try this class is that provides some optimization support 
for bulk mailing:

http://www.phpclasses.org/mimemessage
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-DB] Re: Dear php experts

2004-08-29 Thread Lester Caine
Bishnu wrote:
I am new in PHP. I've just started programming with php. I am going to build a 
newsletter mailing of my own community.
I use a table where members' name, email and other information is stored. I would like 
to send email to all member listed on member table. Could anyone give me functional 
code for it?
I'd probably start from one of the working systems ;)
Have a look at the list at http://www.opensourcecms.com/
--
Lester Caine
-
L.S.Caine Electronic Services
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php