SMTP Localhost Test

Previous Issue: All external SMTP ports blocked.
Trying localhost/internal SMTP options...

Connection Tests

HostPortStatusTime
localhost25✓ OPEN0.19ms
localhost587✓ OPEN0.07ms
127.0.0.125✓ OPEN0.06ms
rootxecomm.online465✓ OPEN0.05ms
rootxecomm.online587✓ OPEN0.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

  1. Up configuration config.php mein update karo
  2. Test email bhejo
  3. Spam folder check karo
Delete this file after testing!