Hello Lindsay,

On 08-Apr-01 16:14:00, you wrote:

>If you have access to /etc/aliases, this makes your code much easier

It works but it requires that you have root permissions and use the real
sendmail program and not another wrapped mailing system.

For bulk mailing, like for mailing lists, qmail is better.  You just pass
the sender and all recipient addresses one per line to qmail-send and it
will inject a single message into the delivery queue.  You do not need root
permissions.

As a good mailing list program you can use ezmlm that takes advantage of
special features of qmail that other mailing systems don't have like the
VERP extension that lets you figure exactly who is bouncing your messages
and QMQP server that lets you handle mailing list delivery queues without
choking your SMTP server.

Maybe you would like to try this PHP application that lets you manage
ezmlm mailing lists via the Web:

http://phpclasses.UpperDesign.com/browse.html/package/177


Regards,
Manuel Lemos

Web Programming Components using PHP Classes.
Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED]
--
E-mail: [EMAIL PROTECTED]
URL: http://www.mlemos.e-na.net/
PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp
--


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to