Mail Server Connection Debug
Testing server: mail.vps103344.mylogin.co
Username: convert@botinbinary.com
Testing: SSL IMAP 993
{mail.vps103344.mylogin.co:993/imap/ssl}INBOX
✅ SUCCESS! Connected successfully
📧 Messages in mailbox: 1093
📊 Mailbox status:
• Total messages: 1093
• Unread messages: 0
✅ This connection method works! Use this in your config.php
Basic Server Connectivity Test
Testing port 993: ✅ Open
Testing port 143: ✅ Open
Testing port 110: ✅ Open
Testing port 995: ✅ Open
Testing port 465: ✅ Open
Testing port 587: ❌ Closed or filtered (Error: 111 - Connection refused)
Testing port 25: ✅ Open
Important Notes
- Replace 'your-actual-password' with your real email password in this script and config.php
- If SSL connections fail, try the non-SSL versions
- Some servers require 'novalidate-cert' flag for SSL
- Make sure your hosting provider allows outbound connections to your mail server
- Check if your mail server requires authentication or has IP restrictions
Next Steps
- Update the password in this script and run it again
- Once you find a working connection method, update your config.php with that exact connection string
- Test your email processor again