seregazhuk\PinterestBot\Api\Providers\Boards::sendWithEmail PHP Method

sendWithEmail() public method

Send board with emails.
public sendWithEmail ( integer $boardId, string $text, array | string $emails ) : boolean
$boardId integer
$text string
$emails array | string
return boolean
    public function sendWithEmail($boardId, $text, $emails)
    {
        return $this->send($boardId, $text, [], $emails);
    }