• Online Demo
  • 30-day Free Trial

A * denotes a required field.

importMaillog (&$maillog) – Import a Mail log entry.

Input:

  1. Array (
  2.     *[id] => 100
  3.     [uid] => 1000
  4.     [aid] => 0
  5.     [recipient] => user@domain.com
  6.     [subject] => Invoice Due
  7.     [body] => Your invoice is due.
  8.     [date] => 2008-01-01 12:59:59
  9. )

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