[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

Thanks,

George


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] SMTP interface in php?

2001-01-24 Thread Alex Black

yes, manuel lemos has a fantastic one at phpclasses.upperdesign.com

I've got it running a couple places, it works _really_ well :)

but I've never done mass mailing with it.

-alex


--
Alex Black, Head Monkey
[EMAIL PROTECTED]

The Turing Studio, Inc.
http://www.turingstudio.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 interface in php?
 
 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
 
 Thanks,
 
 George
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]