in file smtpmx.php, variable Mail_smtpmx::$mailname Hostname or domain that will be sent to the remote SMTP server in the HELO / EHLO message.
$mailRFC822
in file RFC822.php, variable Mail_RFC822::$mailRFC822 A variable so that we can tell whether or not we're inside a Mail_RFC822 object.
Mail
in file Mail.php, class Mail PEAR's Mail:: interface. Defines the interface for implementing mailers under the PEAR hierarchy, and provides supporting functions useful in multiple mailer backends.
in file mock.php, class Mail_mock Mock implementation of the PEAR Mail:: interface for testing.
Mail_null
in file null.php, class Mail_null Null implementation of the PEAR Mail:: interface.
Mail_RFC822
in file RFC822.php, class Mail_RFC822 RFC 822 Email address list validation Utility
Mail_RFC822
in file RFC822.php, method Mail_RFC822::Mail_RFC822() Sets up the object. The address must either be set here or when calling parseAddressList(). One or the other.
in file smtp.php, variable Mail_smtp::$password The password to use if the SMTP server requires authentication.
$persist
in file smtp.php, variable Mail_smtp::$persist Indicates whether or not the SMTP connection should persist over multiple calls to the send() method.
$pipelining
in file smtp.php, variable Mail_smtp::$pipelining Use SMTP command pipelining (specified in RFC 2920) if the SMTP server supports it. This speeds up delivery over high-latency connections. By default, use the default value supplied by Net_SMTP.
$port
in file smtpmx.php, variable Mail_smtpmx::$port The port the SMTP server is on.
$port
in file smtp.php, variable Mail_smtp::$port The port the SMTP server is on.
parseAddressList
in file RFC822.php, method Mail_RFC822::parseAddressList() Starts the whole process. The address must either be set here or when creating the object. One or the other.
in file RFC822.php, variable Mail_RFC822::$validate Whether or not to validate atoms for non-ascii characters.
$verp
in file smtpmx.php, variable Mail_smtpmx::$verp Whether to use VERP or not. If not a boolean, the string value will be used as the VERP separators.
$vrfy
in file smtpmx.php, variable Mail_smtpmx::$vrfy Whether to use VRFY or not.
validateMailbox
in file RFC822.php, method Mail_RFC822::validateMailbox() Function to validate a mailbox, which is: mailbox = addr-spec ; simple address / phrase route-addr ; name and route-addr
in file smtp.php, method Mail_smtp::_Mail_smtp() Destructor implementation to ensure that we disconnect from any potentially-alive persistent SMTP connections.
in file smtpmx.php, method Mail_smtpmx::__destruct() Destructor implementation to ensure that we disconnect from any potentially-alive persistent SMTP connections.