Definition at line 53 of file email_manager.inc.
◆ addAttachment()
AbstractEmailTransport::addAttachment |
( |
|
$filename, |
|
|
|
$attachment |
|
) |
| |
Definition at line 75 of file email_manager.inc.
if(! $attachment_id) $attachment
if(!Settings::getValue("debug", "enable_trace_file_downloads")) $filename
◆ send()
AbstractEmailTransport::send |
( |
| ) |
|
|
abstract |
◆ setFrom()
AbstractEmailTransport::setFrom |
( |
|
$email, |
|
|
|
$name = "" |
|
) |
| |
◆ setHTMLMessage()
AbstractEmailTransport::setHTMLMessage |
( |
|
$message | ) |
|
◆ setICalAttachment()
AbstractEmailTransport::setICalAttachment |
( |
|
$ical, |
|
|
|
$method |
|
) |
| |
Definition at line 76 of file email_manager.inc.
$method
Pull out a simple reference to the request method.
◆ setPlainMessage()
AbstractEmailTransport::setPlainMessage |
( |
|
$message | ) |
|
◆ setReplyTo()
AbstractEmailTransport::setReplyTo |
( |
|
$email, |
|
|
|
$name |
|
) |
| |
◆ setReturnPath()
AbstractEmailTransport::setReturnPath |
( |
|
$path | ) |
|
◆ setSubject()
AbstractEmailTransport::setSubject |
( |
|
$subject | ) |
|
◆ setTo()
AbstractEmailTransport::setTo |
( |
|
$to | ) |
|
◆ $attachments
AbstractEmailTransport::$attachments = array() |
◆ $emailFrom
AbstractEmailTransport::$emailFrom = "" |
◆ $emailName
AbstractEmailTransport::$emailName = "" |
◆ $htmlMessage
AbstractEmailTransport::$htmlMessage = "" |
◆ $ical
AbstractEmailTransport::$ical = null |
◆ $icalMethod
AbstractEmailTransport::$icalMethod = null |
◆ $plainMessage
AbstractEmailTransport::$plainMessage = "" |
◆ $replyTo
AbstractEmailTransport::$replyTo = "" |
◆ $replyToName
AbstractEmailTransport::$replyToName = "" |
◆ $returnPath
AbstractEmailTransport::$returnPath = "" |
◆ $subject
AbstractEmailTransport::$subject = "No Subject" |
◆ $to
AbstractEmailTransport::$to = null |
The documentation for this class was generated from the following file: