TomTomGames — Email Diagnostics
Server Info:
PHP: = $result['php_version'] ?>
Server: = htmlspecialchars($result['server_software']) ?>
Hostname: = htmlspecialchars($result['hostname']) ?>
mail() function: = $result['mail_function_exists'] ? 'EXISTS' : 'MISSING' ?>
sendmail_path: = htmlspecialchars($result['sendmail_path']) ?>
SMTP: = htmlspecialchars($result['smtp_host']) ?>:= htmlspecialchars($result['smtp_port']) ?>
Send Result:
To: = htmlspecialchars($to) ?>
mail() returned: = $sent ? 'TRUE (queued for delivery)' : 'FALSE (failed)' ?>
Error: = htmlspecialchars($result['mail_error']) ?>
Check your inbox (and spam folder). If nothing arrives in 5 minutes, the server is not sending outbound mail.
mail() returned false — server cannot send email. You need to configure SMTP (PHPMailer) or enable sendmail.
Delete test_mail.php after diagnosis is complete.