method getTestEmails documentation in bbn\Appui\Mailing

Returns an array of email addresses used for testing purposes.

function() { if (!is_array($this->_test_emails)) { $emails = $this->getOptionsTextValue('test'); $this->_test_emails = []; foreach ($emails as $em) { $this->_test_emails[] = $em['text']; } } return $this->_test_emails; }

Returns an array of email addresses used for testing purposes. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.