> -----Original Message-----
> From: Juergen Mueller pro.vider.de GmbH [mailto:[EMAIL PROTECTED]
> Sent: Sunday, February 29, 2004 12:02 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Mail class to send several e-mails within one smtp
> connection
> 
> Hello,
> 
> does anybody know a simply mailing function, which does
> open a smtp connection to an mailserver, sends say 20 mails
> with different bodies to that mailserver and than closes
> the smtp connection again?
> 
> As I understand the standard php mail() function, that
> it is doing quit that but of course sending only one mail.
> 
> Thanks very much.
> 
> Regards,
> Juergen
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

You could always run the mail() command several times in a row and have it
include different $strings which contain different information for each
unique e-mail.

-Casey

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.598 / Virus Database: 380 - Release Date: 2/28/2004
 

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

Reply via email to