Mail
[ class tree: Mail ] [ index: Mail ] [ all elements ]

Element index for package Mail

[ a ] [ d ] [ e ] [ f ] [ h ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

_

_Mail_smtp
in file smtp.php, method Mail_smtp::_Mail_smtp()
    Destructor implementation to ensure that we disconnect from any potentially-alive persistent SMTP connections.
top

a

$address
in file RFC822.php, variable Mail_RFC822::$address
    The address being parsed by the RFC822 object.
$addresses
in file RFC822.php, variable Mail_RFC822::$addresses
    The array of raw addresses built up as we parse.
$auth
in file smtp.php, variable Mail_smtp::$auth
    Should SMTP authentication be used?
approximateCount
in file RFC822.php, method Mail_RFC822::approximateCount()
    Returns an approximate count of how many addresses are in the
top

d

$debug
in file smtp.php, variable Mail_smtp::$debug
    Turn on Net_SMTP debugging?
$default_domain
in file RFC822.php, variable Mail_RFC822::$default_domain
    The default domain to use for unqualified addresses.
disconnect
in file smtp.php, method Mail_smtp::disconnect()
    Disconnect and destroy the current SMTP connection.
top

e

$error
in file RFC822.php, variable Mail_RFC822::$error
    The current error message, if any.
top

f

factory
in file Mail.php, method Mail::factory()
    Provides an interface for generating Mail:: objects of various types
top

h

$host
in file smtp.php, variable Mail_smtp::$host
    The SMTP host to connect to.
top

i

$index
in file RFC822.php, variable Mail_RFC822::$index
    An internal counter/pointer.
isValidInetAddress
in file RFC822.php, method Mail_RFC822::isValidInetAddress()
    This is a email validating function separate to the rest of the
top

l

$limit
in file RFC822.php, variable Mail_RFC822::$limit
    A limit after which processing stops
$localhost
in file smtp.php, variable Mail_smtp::$localhost
    Hostname or domain that will be sent to the remote SMTP server in the HELO / EHLO message.
top

m

$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.
mail.php
procedural page mail.php
Mail.php
procedural page Mail.php
Mail_mail
in file mail.php, class Mail_mail
    internal PHP-mail() implementation of the PEAR Mail:: interface.
Mail_mail
in file mail.php, method Mail_mail::Mail_mail()
    Constructor.
Mail_null
in file null.php, class Mail_null
    Null implementation of the PEAR Mail:: interface.
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.
Mail_RFC822
in file RFC822.php, class Mail_RFC822
    RFC 822 Email address list validation Utility
Mail_sendmail
in file sendmail.php, class Mail_sendmail
    Sendmail implementation of the PEAR Mail:: interface.
Mail_sendmail
in file sendmail.php, method Mail_sendmail::Mail_sendmail()
    Constructor.
Mail_smtp
in file smtp.php, method Mail_smtp::Mail_smtp()
    Constructor.
Mail_smtp
in file smtp.php, class Mail_smtp
    SMTP implementation of the PEAR Mail interface. Requires the Net_SMTP class.
top

n

$nestGroups
in file RFC822.php, variable Mail_RFC822::$nestGroups
    Should we return a nested array showing groups, or flatten everything?
$num_groups
in file RFC822.php, variable Mail_RFC822::$num_groups
    The number of groups that have been found in the address list.
null.php
procedural page null.php
top

p

$password
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.
$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.
PEAR_MAIL_SMTP_ERROR_AUTH
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_AUTH
    Error: SMTP authentication failure
PEAR_MAIL_SMTP_ERROR_CONNECT
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_CONNECT
    Error: Failed to connect to SMTP server
PEAR_MAIL_SMTP_ERROR_CREATE
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_CREATE
    Error: Failed to create a Net_SMTP object
PEAR_MAIL_SMTP_ERROR_DATA
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_DATA
    Error: Failed to send data
PEAR_MAIL_SMTP_ERROR_FROM
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_FROM
    Error: No From: address has been provided
PEAR_MAIL_SMTP_ERROR_RECIPIENT
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_RECIPIENT
    Error: Failed to add recipient
PEAR_MAIL_SMTP_ERROR_SENDER
in file smtp.php, constant PEAR_MAIL_SMTP_ERROR_SENDER
    Error: Failed to set sender
top

r

RFC822.php
procedural page RFC822.php
top

s

$sendmail_args
in file sendmail.php, variable Mail_sendmail::$sendmail_args
    Any extra command-line parameters to pass to the sendmail or sendmail wrapper binary.
$sendmail_path
in file sendmail.php, variable Mail_sendmail::$sendmail_path
    The location of the sendmail or sendmail wrapper binary on the filesystem.
$sep
in file Mail.php, variable Mail::$sep
    Line terminator used for separating header lines.
$structure
in file RFC822.php, variable Mail_RFC822::$structure
    The final array of parsed address information that we build up.
sendmail.php
procedural page sendmail.php
smtp.php
procedural page smtp.php
send
in file smtp.php, method Mail_smtp::send()
    Implements Mail::send() function using SMTP.
send
in file sendmail.php, method Mail_sendmail::send()
    Implements Mail::send() function using the sendmail command-line binary.
send
in file Mail.php, method Mail::send()
    Implements Mail::send() function using php's built-in mail() command.
send
in file null.php, method Mail_null::send()
    Implements Mail_null::send() function. Silently discards all mail.
send
in file mail.php, method Mail_mail::send()
    Implements Mail_mail::send() function using php's built-in mail() command.
top

t

$timeout
in file smtp.php, variable Mail_smtp::$timeout
    SMTP connection timeout value. NULL indicates no timeout.
top

u

$username
in file smtp.php, variable Mail_smtp::$username
    The username to use if the SMTP server requires authentication.
top

v

$validate
in file RFC822.php, variable Mail_RFC822::$validate
    Whether or not to validate atoms for non-ascii characters.
$verp
in file smtp.php, variable Mail_smtp::$verp
    Whether to use VERP or not. If not a boolean, the string value will be used as the VERP separators.
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
top

Documentation generated on Mon, 11 Mar 2019 14:46:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.