Lines Matching defs:from
81 * @param string $embed Unique key to reference this file from the HTML part
103 * @param string $embed Unique key to reference this file from the HTML part
199 * @param string $html the HTML body, leave null to create it from $text
208 // create HTML from text if not given
236 // embed media from templates
325 * @param string $address from address
327 public function from($address)
567 if (empty($this->headers['From'])) $this->from($conf['mailfrom']);
614 * Create a string from the headers array
728 'from' => &$this->headers['From'],