Mail: ezcMailComposerOptions
[ ]
[ Display example ] [ Mail listing example ] [ Rfcs ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMailComposerOptions
|
Class containing the options for the mail composer. [
source]
Example of how to use the composer options:
1. $options = new ezcMailComposerOptions();
2. $options->automaticImageInclude = false; // default value is true
3.
3.
4. $mail = new ezcMailComposer( $options );
Alternatively, you can set the options direcly:
1. $mail = new ezcMailComposer();
2. $mail->options->automaticImageInclude = false;
Parents
ezcBaseOptions
|
--ezcMailComposerOptions
Properties
|
bool |
read/write
|
$automaticImageInclude
Specifies whether to include in the generated mail the content of the files specified with "file://" in image tags. Default value is true (the contents are included). |
Inherited Member Variables
From
ezcBaseOptions:
Method Summary
|
public ezcMailComposerOptions |
__construct(
[$options = array()] )
Constructs an object with the specified values. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
ezcMailComposerOptions __construct(
[
$options = array()] )
Constructs an object with the specified values.
Parameters
| Name |
Type |
Description |
$options |
array(string=>mixed) |
|
Throws
| Class | Description |
ezcBasePropertyNotFoundException |
if $options contains a property not defined |
ezcBaseValueException |
if $options contains a property with a value not allowed |
Redefinition of
Last updated: Tue, 27 May 2008