|
Posted by Manuel Lemos on 03/04/05 20:33
Hello,
on 03/04/2005 01:10 PM Reinhart Viane said the following:
> Unfortunately I have a windows server hosting that site.
>
> Anyone knows how to do mass email on a windows server?
You may want to try this class for composing and sending mass mailing
messages.
It comes with several classes specialized on different types of
delivery. The base class uses the mail() function. There is a sub-class
for deliverying via SMTP and another for injecting the messages directly
in the Windows (2000 or better) pickup folder.
If you can use this last one, that would be fastest delivery method. If
you can't use it because you do not have enough permissions, the SMTP
delivery class is also fine using the SetBulkMail function to hint the
class to optimize itself for bulk deliveries.
If you do not want to personalize the message bodies for each recipient,
the class can perform further optiomizitions and make the delivery even
faster.
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
Navigation:
[Reply to this message]
|