Main Menu
PHP Tools
PHP Help Request
PHP Editors Newsletter
Editor Search
Reviewed PHP Editors
Latest News
Submit News
PHP Tutorials
PHP Book Reviews
Online Book Chapters
PHP Games
Forums
PHP Desktop Editors
Other PHP Tools
PHP Contests
PHP Programming Help
Linux Help
Apache Help
MySQL Help
PHP Games
PHP Jobs
PHP Forums Home
Programming Contest
PHP Contests
PHP Contests Archive
Documentation
PHP Manual
PEAR Manual
PHP-GTK Manual
Smarty Manual
PostgreSQL Manual
CSS 2 Reference
Redhat Linux 9
HTML 4.01
Apache 2 Manual
Partner Sites
Ajax Tutorials
Webmaster Resources
Web Templates
PHP Scripts
PHP Code Examples
Learn PHP playing Trivia
PHP & MySQL Forums
Web Development Index
web site templates
Sponsors
NuSphere
Net_SMTP
PEAR Manual
Prev
Chapter 48. Networking
Next
Net_SMTP
Table of Contents
Class Summary
Net_SMTP
-- Provides an implementation of the SMTP protocol using PEAR's Net_Socket:: class.
Introduction and Guide
-- Provides an implementation of the SMTP protocol
constructor
Net_SMTP::Net_SMTP()
-- Instantiates a new Net_SMTP object, overriding any networkings with parameters that are passed in.
Net_SMTP::auth()
-- Attempt to do SMTP authentication.
Net_SMTP::connect()
-- Attempt to connect to the SMTP server.
Net_SMTP::data()
-- Send the DATA command to start message body
Net_SMTP::disconnect()
-- Attempt to disconnect from the SMTP server.
Net_SMTP::getResponse()
-- Return a 2-tuple containing the last response from the SMTP server.
Net_SMTP::helo()
-- Send the HELO command.
Net_SMTP::identifySender()
-- Backwards-compatibility method.identifySender()'s functionality is now handled internally.
Net_SMTP::mailFrom()
-- Send the MAIL FROM: command.
Net_SMTP::noop()
-- Send the NOOP command.
Net_SMTP::quotedata()
-- Quote the data so that it meets SMTP standards.
Net_SMTP::rcptTo()
-- Send the RCPT TO: command.
Net_SMTP::rset()
-- Send the RSET command.
Net_SMTP::saml_from()
-- Send the SAML FROM: command.
Net_SMTP::send_from()
-- Send the SEND FROM: command.
Net_SMTP::setDebug()
-- Set the value of the debugging flag.
Net_SMTP::soml_from()
-- Send the SOML FROM: command.
Net_SMTP::vrfy()
-- Send the VRFY command.
Prev
Home
Next
Introduction
Up
Class Summary
Net_SMTP
© Copyright 2003-2023 www.php-editors.com. The ultimate
PHP Editor
and
PHP IDE
site.