From: listread on
Thanks, Till, I understand the paradigm now. Mail_queue easily
installed and the include statement works. Now I'll go on to try to
learn the next step.

Do you know if Mail_queue can:

1) Send attachments
2) Pull the attachment(s) from a common source rather than writing the
attachment to the db for each recipient

Thanks, again, for your help!

- Ron



On 9/25/2010 3:16 PM, till wrote:
> Hi Ron,
>
>
>> ---------- Forwarded message ----------
>> From: listread<listread(a)cze.com>
>> To: pear-general(a)lists.php.net
>> Date: Sat, 25 Sep 2010 14:58:32 -0500
>> Subject: Mail_Queue -- Where is Queue.php?
>> I'm trying to learn about using Pear Mail_Queue on a Windows server running Apache and PHP 5.2x.
>>
>> I have set up the example at http://pear.php.net/manual/en/package.mail.mail-queue.mail-queue.tutorial.php and have run into a snag with the sample cconfig.php. It requires "Mail/Queue.php", but I'm getting the error, "*Warning*: require_once(Mail/Queue.php) [function.require-once<http://localhost/www.mofirst.org/LibertyTools/mail/function.require-once>]: failed to open stream: No such file or directory in..."
>>
>> Is Queue.php part of the Pear distribution or another package? Can you point me to another tutorial that shows how to queue mail and, preferably, also send attachments to bulk recipients?
>>
>> Thanks!
>>
>>
> There is no PEAR distribution. PEAR is both a repository of libraries
> and also an installer. You can use "pear" on the command line to
> install/update/remove any package which is available on
> http://pear.php.net/.
>
> In your case:
> pear install Mail_Queue
>
> Till
>
>