Class Message
Mail provides functionality to compose and send both text and MIME-compliant multipart email messages.
- Nette\Object
- Nette\Mail\MimePart
- Nette\Mail\Message
public
|
|
public
|
|
public
array
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
integer
|
|
public
|
|
public
mixed
|
|
public
|
#
addEmbeddedFile( string $file, string $content = NULL, string $contentType = NULL )
Adds embedded file. |
public
|
#
addAttachment( string $file, string $content = NULL, string $contentType = NULL )
Adds attachment. |
public
|
|
public
|
|
public
|
|
public
string
|
|
protected
|
|
protected
|
|
protected
|
addPart(),
clearHeader(),
getBody(),
getEncodedHeader(),
getEncoding(),
getHeader(),
getHeaders(),
setBody(),
setContentType(),
setEncoding(),
setHeader()
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
integer |
HIGH
|
1 |
#
Priority |
integer |
NORMAL
|
3 |
#
Priority |
integer |
LOW
|
5 |
#
Priority |
ENCODING_7BIT,
ENCODING_8BIT,
ENCODING_BASE64,
ENCODING_QUOTED_PRINTABLE,
LINE_LENGTH
|
public static
|
$defaultMailer | 'Nette\Mail\SendmailMailer' |
|
public static
array
|
$defaultHeaders | array(
'MIME-Version' => '1.0',
'X-Mailer' => 'Nette Framework',
) |
public
array
|
$from | |
public
string
|
$subject | |
public
string
|
$returnPath | |
public
integer
|
$priority | |
public
mixed
|
$htmlBody | |
public
|
$mailer |
$body,
$contentType,
$encoding,
$headers
|
$reflection
|