|
Posted by Manuel Lemos on 05/09/06 05:22
Hello,
on 05/08/2006 04:55 PM Daniele Baroncelli said the following:
>> You can use this class for composing and sending e-mail messages. It
>> provides options to optimize deliveries to many users. It comes with
>> examples for sending personalized and non-personalized newsletter
>> messages:
>>
>> http://www.phpclasses.org/mimemessage
>
>
> Hi Manuel,
>
> Thank you for letting me know about your class.
>
> I tried the script "test_personalized_bulk_mail" and it works.
> However I was wondering if there was a delivery report, so that you can keep
> a list with all addresses you sent the newsletter to and any problems that
> may have occurred.
The class only send the messages. It cannot confirm whether messages
where received because deliveries rarely work immediately. Usually the
messages are received by an MTA that tries to deliver them to the final
mail server. Even if the mail server accepts the message, it does not
mean the message is received by the recipient, as it may bounce later.
The control of received and bounced messages must be done separately.
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|