RE: [PHP] Mail class to send several e-mails within one smtp connection

2004-02-29 Thread Axiom
> -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

[PHP] Mail class to send several e-mails within one smtp connection

2004-02-29 Thread Juergen Mueller pro.vider.de GmbH
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