Inherits DataItem.
Definition at line 8 of file email_log.inc.
◆ logEmail()
static EmailLog::logEmail |
( |
|
$mgr, |
|
|
|
$toAddr, |
|
|
|
$rtn |
|
) |
| |
|
static |
Record email sent in a log.
- Parameters
-
Definition at line 31 of file email_log.inc.
41 $log->recipient_name =
"";
42 $log->recipient_email = $toAddr;
43 $log->sender_email =
$mgr->emailFrom;
static getValue($component, $name)
Retrieve the value of the specified Setting.
◆ $fields
Initial value:= array(
"email_log_id" => Number,
"sender_name" => String,
"sender_email" => String,
"recipient_name" => String,
"recipient_email" => String,
"subject" => String,
"message" => HTML,
"date_sent" => Timestamp,
)
Definition at line 13 of file email_log.inc.
◆ $primary_key
EmailLog::$primary_key = "email_log_id" |
◆ $table
EmailLog::$table = "email_log" |
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/email/datamodel/email_log.inc