test_smtp_connectionpublic function test_smtp_connection() { // Check if user has permission if (!current_user_can('manage_options')) { wp_send_json_error('Access denied'); return; } // Verify nonce for security if (!wp_verify_nonce($_POST['nonce'] ?? '', 'test_smtp_nonce')) { wp_send_json_error('Security check failed'); return; } // Get test email from request $test_email = sanitize_email($_POST['test_email'] ?? ''); if (empty($test_email)) { wp_send_json_error('Email address required'); return; } // Test the email sending $result = $this->send_welcome_email($test_email, 'Test User', true); $errors = $this->get_last_smtp_errors(); if ($result) { wp_send_json_success(array( 'message' => 'تم إرسال الرسالة التجريبية بنجاح إلى: ' . $test_email, 'details' => array( 'smtp_plugin_detected' => function_exists('wp_mail_smtp') || class_exists('WPMailSMTP\Core') || defined('WPMS_ON'), 'host' => get_option('popup_smtp_host'), 'port' => get_option('popup_smtp_port'), 'encryption' => get_option('popup_smtp_encryption'), 'username' => get_option('popup_smtp_username') ) )); } else { wp_send_json_error(array( 'message' => 'فشل في إرسال الرسالة التجريبية إلى: ' . $test_email, 'errors' => $errors, 'suggestions' => array( 'تأكد من صحة إعدادات SMTP', 'تحقق من كلمة المرور', 'جرب استخدام منفذ 587 مع TLS بدلاً من 465 مع SSL', 'تأكد من أن البريد الإلكتروني موجود ومُفعل', 'تحقق من أن الخادم يدعم الاتصالات الخارجية على المنفذ المحدد' ), 'details' => array( 'smtp_plugin_detected' => function_exists('wp_mail_smtp') || class_exists('WPMailSMTP\Core') || defined('WPMS_ON'), 'host' => get_option('popup_smtp_host'), 'port' => get_option('popup_smtp_port'), 'encryption' => get_option('popup_smtp_encryption'), 'username' => get_option('popup_smtp_username'), 'password_set' => !empty(get_option('popup_smtp_password')) ) )); } }{"id":206,"count":0,"description":"","link":"https:\/\/om.makanluban.com\/en\/product-category\/offers\/","name":"Offers","slug":"offers","taxonomy":"product_cat","parent":0,"meta":[],"_links":{"self":[{"href":"https:\/\/om.makanluban.com\/en\/wp-json\/wp\/v2\/product_cat\/206","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/om.makanluban.com\/en\/wp-json\/wp\/v2\/product_cat"}],"about":[{"href":"https:\/\/om.makanluban.com\/en\/wp-json\/wp\/v2\/taxonomies\/product_cat"}],"wp:post_type":[{"href":"https:\/\/om.makanluban.com\/en\/wp-json\/wp\/v2\/product?product_cat=206"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}