constructor __construct [line 34]
method addBcc [line 372]
void addBcc(
string
$address, [string
$name = null])
|
|
Add a Bcc: address to this message.
If $name is passed this name will be associated with the address.
Tags:
Parameters:
method addCc [line 324]
void addCc(
string
$address, [string
$name = null])
|
|
Add a Cc: address to this message.
If $name is passed this name will be associated with the address.
Tags:
Parameters:
method addFrom [line 174]
void addFrom(
string
$address, [string
$name = null])
|
|
Add a From: address to this message.
If $name is passed this name will be associated with the address.
Tags:
Parameters:
method addReplyTo [line 224]
void addReplyTo(
string
$address, [string
$name = null])
|
|
Add a Reply-To: address to this message.
If $name is passed this name will be associated with the address.
Tags:
Parameters:
method addTo [line 274]
void addTo(
string
$address, [string
$name = null])
|
|
Add a To: address to this message.
If $name is passed this name will be associated with the address.
Tags:
Parameters:
method attach [line 485]
method detach [line 495]
Remove an already attached entity.
Tags:
Parameters:
method embed [line 515]
Attach a
Swift_Mime_MimeEntity and return it's CID source.
This method should be used when embedding images or other data in a message.
Tags:
Parameters:
method getBcc [line 407]
method getCc [line 359]
method getDate [line 110]
Get the date at which this message was created.
Tags:
Implementation of:
- Swift_Mime_Message::getDate()
- Get the origination date of the message as a UNIX timestamp.
method getFrom [line 211]
method getNestingLevel [line 66]
method getPriority [line 450]
Get the priority of this message.
The returned value is an integer where 1 is the highest priority and 5 is the lowest.
Tags:
method getReadReceiptTo [line 476]
string getReadReceiptTo(
)
|
|
Get the addresses to which a read-receipt will be sent.
Tags:
method getReplyTo [line 261]
method getReturnPath [line 132]
method getSender [line 161]
method getSubject [line 88]
method getTo [line 311]
method setBcc [line 388]
void setBcc(
array
$addresses, [string
$name = null])
|
|
Set the Bcc addresses of this message.
If $name is passed and the first parameter is a string, this name will be associated with the address.
Tags:
Implementation of:
- Swift_Mime_Message::setBcc()
- Set the Bcc address(es).
Parameters:
method setCc [line 340]
void setCc(
array
$addresses, [string
$name = null])
|
|
Set the Cc addresses of this message.
If $name is passed and the first parameter is a string, this name will be associated with the address.
Tags:
Implementation of:
- Swift_Mime_Message::setCc()
- Set the Cc address(es).
Parameters:
method setDate [line 97]
Set the date at which this message was created.
Tags:
Implementation of:
- Swift_Mime_Message::setDate()
- Set the origination date of the message as a UNIX timestamp.
Parameters:
method setFrom [line 192]
void setFrom(
string
$addresses, [string
$name = null])
|
|
Set the from address of this message.
You may pass an array of addresses if this message is from multiple people.
If $name is passed and the first parameter is a string, this name will be associated with the address.
Tags:
Implementation of:
- Swift_Mime_Message::setFrom()
- Set the From address of this message.
Parameters:
method setPriority [line 417]
void setPriority(
int
$priority)
|
|
Set the priority of this message.
The value is an integer where 1 is the highest priority and 5 is the lowest.
Tags:
Parameters:
method setReadReceiptTo [line 462]
void setReadReceiptTo(
array
$addresses)
|
|
Ask for a delivery receipt from the recipient to be sent to $addresses
Tags:
Parameters:
method setReplyTo [line 242]
void setReplyTo(
string
$addresses, [string
$name = null])
|
|
Set the reply-to address of this message.
You may pass an array of addresses if replies will go to multiple people.
If $name is passed and the first parameter is a string, this name will be associated with the address.
Tags:
Implementation of:
- Swift_Mime_Message::setReplyTo()
- Set the Reply-To address(es).
Parameters:
method setReturnPath [line 119]
void setReturnPath(
string
$address)
|
|
Set the return-path (the bounce address) of this message.
Tags:
Implementation of:
- Swift_Mime_Message::setReturnPath()
- Set the return-path (bounce-detect) address.
Parameters:
method setSender [line 143]
void setSender(
$address, [string
$name = null], string
$sender)
|
|
Set the sender of this message.
This does not override the From field, but it has a higher significance.
Tags:
Implementation of:
- Swift_Mime_Message::setSender()
- Set the sender of this message.
Parameters:
method setSubject [line 75]
void setSubject(
string
$subject)
|
|
Set the subject of this message.
Tags:
Implementation of:
- Swift_Mime_Message::setSubject()
- Set the subject of the message.
Parameters:
method setTo [line 292]
void setTo(
array
$addresses, [string
$name = null])
|
|
Set the to addresses of this message.
If multiple recipients will receive the message and array should be used.
If $name is passed and the first parameter is a string, this name will be associated with the address.
Tags:
Implementation of:
- Swift_Mime_Message::setTo()
- Set the To address(es).
Parameters:
method toByteStream [line 556]
method toString [line 525]
method _getIdField [line 573]
method __toString [line 547]