Element index for namespace Nette-Mail
[
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 MailMimePart::generateMessage()
Returns encoded message.
- getBody
- in file MailMimePart.php, method MailMimePart::getBody()
Gets textual body.
- getEncodedHeader
- in file MailMimePart.php, method MailMimePart::getEncodedHeader()
Returns an encoded header.
- getEncoding
- in file MailMimePart.php, method MailMimePart::getEncoding()
Returns Content-Transfer-Encoding header.
- getFrom
- in file Mail.php, method Mail::getFrom()
Returns the sender of the message.
- getHeader
- in file MailMimePart.php, method MailMimePart::getHeader()
Returns a header.
- getHeaders
- in file MailMimePart.php, method MailMimePart::getHeaders()
Returns all headers.
- getHtmlBody
- in file Mail.php, method Mail::getHtmlBody()
Gets HTML body.
- getMailer
- in file Mail.php, method Mail::getMailer()
Returns mailer.
- getPriority
- in file Mail.php, method Mail::getPriority()
Returns email priority.
- getReturnPath
- in file Mail.php, method Mail::getReturnPath()
Returns the Return-Path header.
- getSubject
- in file Mail.php, method Mail::getSubject()
Returns the subject of the message.
top
h
- HIGH
- in file Mail.php, class constant Mail::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 Mail::LOW
Priority
top
m
- Mail
- in file Mail.php, class Mail
Mail provides functionality to compose and send both text and MIME-compliant multipart e-mail messages.
- Mail.php
- procedural page Mail.php
- MailMimePart.php
- procedural page MailMimePart.php
- MailMimePart
- in file MailMimePart.php, class MailMimePart
MIME message part.
top
n
- NORMAL
- in file Mail.php, class constant Mail::NORMAL
Priority
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 SendmailMailer::send()
Sends e-mail.
- send
- in file Mail.php, method Mail::send()
Sends e-mail.
- SendmailMailer
- in file SendmailMailer.php, class SendmailMailer
Sends e-mails via the PHP internal mail() function.
- setBody
- in file MailMimePart.php, method MailMimePart::setBody()
Sets textual body.
- setContentType
- in file MailMimePart.php, method MailMimePart::setContentType()
Sets Content-Type header.
- setEncoding
- in file MailMimePart.php, method MailMimePart::setEncoding()
Sets Content-Transfer-Encoding header.
- setFrom
- in file Mail.php, method Mail::setFrom()
Sets the sender of the message.
- setHeader
- in file MailMimePart.php, method MailMimePart::setHeader()
Sets a header.
- setHtmlBody
- in file Mail.php, method Mail::setHtmlBody()
Sets HTML body.
- setMailer
- in file Mail.php, method Mail::setMailer()
Sets the mailer.
- setPriority
- in file Mail.php, method Mail::setPriority()
Sets email priority.
- setReturnPath
- in file Mail.php, method Mail::setReturnPath()
Sets the Return-Path header of the message.
- setSubject
- in file Mail.php, method Mail::setSubject()
Sets the subject of the message.
top