function send_test_email()
 {
     $options = array();
     $options['testemail'] = $_POST['testemail'];
     SendPress_Option::set($options);
     SendPress_Manager::send_test();
     // SendPress_Admin::redirect('Settings_Account');
     // $this->send_test();
     // $this->redirect();
 }
Пример #2
0
 function send_test()
 {
     _deprecated_function(__FUNCTION__, '0.8.9', 'SendPress_Manager::send_test()');
     SendPress_Manager::send_test();
 }