=== TESTING TLS-FIXED SMTP === This should resolve the OpenSSL TLS encryption issue... PHP Version: 8.3.6 OpenSSL Version: OpenSSL 3.0.13 30 Jan 2024 Available stream transports: tcp, udp, unix, udg, ssl, tls, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3 === RESULT === { "success": false, "error": "Failed to connect to SMTP server: Connection timed out (110)", "debug": [ "Starting email send to: olwagenw@gmail.com", "SMTP Host: smtp.zoho.com:587", "Attempting SMTP connection...", "Failed to connect to SMTP server: Connection timed out (110)" ] } ❌ FAILED: Failed to connect to SMTP server: Connection timed out (110) === DEBUG LOG === - Starting email send to: olwagenw@gmail.com - SMTP Host: smtp.zoho.com:587 - Attempting SMTP connection... - Failed to connect to SMTP server: Connection timed out (110)