CPosting::GetEmails( $post_arr );
The method GetEmails returns an array of e-mail addresses to which the message will be sent.
Parameter | Description |
---|---|
$post_arr | Array of all the Issue object fields in the form of "field value" => "value". |
The method returns an array of the unique e-mail addresses.
$post = CPosting::GetByID($ID); if(($post_arr = $post->Fetch())) $aEmail = CPosting::GetEmails($post_arr);
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |