> I would like to send mail via SMPT and I guess
> some socket scripting should be done.
> 
> any example? any help?

Have a look at cvs.php.net --> php4 --> pear --> Mail

There's an smtp class which should do what you're after iirc. It does
have quite a few dependencies though, off the top of my head you'll need
pear/Mail.php, pear/PEAR.php, pear/Net/smtp.php and maybe someothers
from the Net folder.

HTH
-- 
Richard Heyes

--
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]

Reply via email to