"undisclosed" and the last name "recipients." Then replace the information you deleted with your names. Once you're finished, click the "done" button, close the mail, and re-open it to confirm.
$result .= $this->HeaderLine('To', 'undisclosed-recipients:;'); } } }$from = array(); $from[0][0] = trim($this->From); $from[0][1] = $this->FromName; $result .= $this->AddrAppend('From', $from);// sendmail and mail() extract Cc from the header before se...
$result .= $this->HeaderLine('To', 'undisclosed-recipients:;'); } } }$from = array(); $from[0][0] = trim($this->From); $from[0][1] = $this->FromName; $result .= $this->AddrAppend('From', $from);// sendmail and mail() extract Cc from the header before se...
$result .= $this->HeaderLine('To', 'undisclosed-recipients:;'); } } }$from = array(); $from[0][0] = trim($this->From); $from[0][1] = $this->FromName; $result .= $this->AddrAppend('From', $from);// sendmail and mail() extract Cc from the header before sending ...