Re: [PHP] SMTP interface in php?

2001-01-24 Thread Alex Black
o.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522 > From: [EMAIL PROTECTED] (George Schlossnagle) > Organization: Community Connect, Inc. > Newsgroups: php.general > Date: 24 Jan 2001 11:38:11 -0800 > Subject: [PHP] SMTP interf

[PHP] SMTP interface in php?

2001-01-24 Thread George Schlossnagle
Is there a generic SMTP interface library for php? Something akin to perl's Net::SMTP. php's mail() is not terribly flexible for sending mass mail, and I was going to write one that's a lower-level interface, but I don't want to waste my time re-inventing the wheel if one already exists Tha