:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/www/kreative_crm/**
:: Editing File: mail.php
<?php if (mail("harshadvalani1993@gmail.com", "Test Email", "This is a test mail from PHP.")) { echo "✅ Mail sent successfully!"; } else { echo "❌ Mail sending failed!"; } die; ?>