SMTP Localhost Test
Previous Issue: All external SMTP ports blocked.
Trying localhost/internal SMTP options...
Connection Tests
| Host | Port | Status | Time |
| localhost | 25 | ✓ OPEN | 0.19ms |
| localhost | 587 | ✓ OPEN | 0.07ms |
| 127.0.0.1 | 25 | ✓ OPEN | 0.06ms |
| rootxecomm.online | 465 | ✓ OPEN | 0.05ms |
| rootxecomm.online | 587 | ✓ OPEN | 0.04ms |
✓ Working Config Found!
Host: localhost
Port: 25
config.php mein yeh use karo:
define('SMTP_HOST', 'localhost');
define('SMTP_USERNAME', 'info@rootxecomm.online');
define('SMTP_PASSWORD', 'your-password');
define('SMTP_PORT', 25);
define('SMTP_SECURE', 'none');
Next Steps
- Up configuration
config.php mein update karo
- Test email bhejo
- Spam folder check karo
Delete this file after testing!