Element index for namespace NMail

[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ s ] [ _ ]

_

__construct
in file Mail.php, method NMail::__construct()
top

a

addAttachment
in file Mail.php, method NMail::addAttachment()
    Adds attachment.
addBcc
in file Mail.php, method NMail::addBcc()
    Adds blind carbon copy email recipient.
addCc
in file Mail.php, method NMail::addCc()
    Adds carbon copy email recipient.
addEmbeddedFile
in file Mail.php, method NMail::addEmbeddedFile()
    Adds embedded file.
addPart
in file MailMimePart.php, method NMailMimePart::addPart()
    Adds or creates new multipart.
addReplyTo
in file Mail.php, method NMail::addReplyTo()
    Adds the reply-to address.
addTo
in file Mail.php, method NMail::addTo()
    Adds email recipient.
top

b

build
in file Mail.php, method NMail::build()
    Builds e-mail.
buildHtml
in file Mail.php, method NMail::buildHtml()
    Builds HTML content.
buildText
in file Mail.php, method NMail::buildText()
    Builds text content.
top

c

clearHeader
in file MailMimePart.php, method NMailMimePart::clearHeader()
    Removes a header.
top

d

$defaultHeaders
in file Mail.php, variable NMail::$defaultHeaders
$defaultMailer
in file Mail.php, variable NMail::$defaultMailer
top

e

encodeQuotedPrintable
in file MailMimePart.php, method NMailMimePart::encodeQuotedPrintable()
    Converts a 8 bit string to a quoted-printable string.
ENCODING_7BIT
in file MailMimePart.php, class constant NMailMimePart::ENCODING_7BIT
    encoding
ENCODING_8BIT
in file MailMimePart.php, class constant NMailMimePart::ENCODING_8BIT
    encoding
ENCODING_BASE64
in file MailMimePart.php, class constant NMailMimePart::ENCODING_BASE64
    encoding
ENCODING_QUOTED_PRINTABLE
in file MailMimePart.php, class constant NMailMimePart::ENCODING_QUOTED_PRINTABLE
    encoding
top

g

generateMessage
in file MailMimePart.php, method NMailMimePart::generateMessage()
    Returns encoded message.
getBody
in file MailMimePart.php, method NMailMimePart::getBody()
    Gets textual body.
getEncodedHeader
in file MailMimePart.php, method NMailMimePart::getEncodedHeader()
    Returns an encoded header.
getEncoding
in file MailMimePart.php, method NMailMimePart::getEncoding()
    Returns Content-Transfer-Encoding header.
getFrom
in file Mail.php, method NMail::getFrom()
    Returns the sender of the message.
getHeader
in file MailMimePart.php, method NMailMimePart::getHeader()
    Returns a header.
getHeaders
in file MailMimePart.php, method NMailMimePart::getHeaders()
    Returns all headers.
getHtmlBody
in file Mail.php, method NMail::getHtmlBody()
    Gets HTML body.
getMailer
in file Mail.php, method NMail::getMailer()
    Returns mailer.
getPriority
in file Mail.php, method NMail::getPriority()
    Returns email priority.
getReturnPath
in file Mail.php, method NMail::getReturnPath()
    Returns the Return-Path header.
getSubject
in file Mail.php, method NMail::getSubject()
    Returns the subject of the message.
top

h

HIGH
in file Mail.php, class constant NMail::HIGH
    Priority
top

i

IMailer
in file IMailer.php, class IMailer
    Mailer interface.
IMailer.php
procedural page IMailer.php
top

l

LOW
in file Mail.php, class constant NMail::LOW
    Priority
top

m

Mail.php
procedural page Mail.php
MailMimePart.php
procedural page MailMimePart.php
top

n

NMail
in file Mail.php, class NMail
    NMail provides functionality to compose and send both text and MIME-compliant multipart e-mail messages.
NMailMimePart
in file MailMimePart.php, class NMailMimePart
    MIME message part.
NORMAL
in file Mail.php, class constant NMail::NORMAL
    Priority
NSendmailMailer
in file SendmailMailer.php, class NSendmailMailer
    Sends e-mails via the PHP internal mail() function.
top

s

SendmailMailer.php
procedural page SendmailMailer.php
send
in file IMailer.php, method IMailer::send()
    Sends e-mail.
send
in file SendmailMailer.php, method NSendmailMailer::send()
    Sends e-mail.
send
in file Mail.php, method NMail::send()
    Sends e-mail.
setBody
in file MailMimePart.php, method NMailMimePart::setBody()
    Sets textual body.
setContentType
in file MailMimePart.php, method NMailMimePart::setContentType()
    Sets Content-Type header.
setEncoding
in file MailMimePart.php, method NMailMimePart::setEncoding()
    Sets Content-Transfer-Encoding header.
setFrom
in file Mail.php, method NMail::setFrom()
    Sets the sender of the message.
setHeader
in file MailMimePart.php, method NMailMimePart::setHeader()
    Sets a header.
setHtmlBody
in file Mail.php, method NMail::setHtmlBody()
    Sets HTML body.
setMailer
in file Mail.php, method NMail::setMailer()
    Sets the mailer.
setPriority
in file Mail.php, method NMail::setPriority()
    Sets email priority.
setReturnPath
in file Mail.php, method NMail::setReturnPath()
    Sets the Return-Path header of the message.
setSubject
in file Mail.php, method NMail::setSubject()
    Sets the subject of the message.
top