[PHP] Re: php mailer part 2

2006-10-13 Thread Manuel Lemos
Hello,

on 10/13/2006 05:22 AM Ross said the following:
 Thanks Richard but now.
 
 This script send out a few hundred email addresses but I do not seem to be 
 getting any returned to from failed email addresses eg. 
 [EMAIL PROTECTED]

I don't know about PHPMailer because I do not use it, but if you use the
MIME message class, you only need to set the Return-Path header pointing
it to whatever addresses that bounce your message.

BTW, the MIME message class also provides great optimization support for
bulk mail deliveries that can reduce the time to send the same message
to many recipients:

http://www.phpclasses.org/mimemessage

-- 

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/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: Php mailer

2004-03-19 Thread Harry Wiens
Nocc is the app you're looking for
take a look at http://nocc.sourceforge.net/


Mrs. Geeta Thanu [EMAIL PROTECTED] schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
 Hi all,

 I am new to php and want to use php for our mailing program.
 At present we have servlet program what the users access it thru web
 interface and use for sending,receiving and composing mails.

 But it is giving lot of problem and hence I want to shift the entrie
 system to PHP .

 Please give me advice how to start with or URL of some example scripts
 etc.


 Thanks and Regds
 Geetha

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php