A * denotes a required field.
importMaillog (&$maillog) – Import a Mail log entry.
Input:
Array (
*[id] => 100
[uid] => 1000
[aid] => 0
[recipient] => user@domain.com
[subject] => Invoice Due
[body] => Your invoice is due.
[date] => 2008-01-01 12:59:59
)
Returns: NULL
Definition:
- [id] – Mail log ID.
- [uid] – Client ID this e-mail was sent to.
- [aid] – Admin ID that send this e-mail, else 0 if automatically sent by the system.
- [recipient] – E-mail address this message was sent to.
- [subject] – Subject of this message.
- [body] – Body of the e-mail.
- [date] – Date/time this message was sent.
Import Methods