Element index for namespace NMail
[
a ]
[
b ]
[
c ]
[
d ]
[
e ]
[
g ]
[
h ]
[
i ]
[
l ]
[
m ]
[
n ]
[
s ]
[
_ ]
top
top
top
top
top
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
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