Vovka3434 - 2019-12-16 15:45:37
Hi, thank for you work. Very nice script.
My trouble:
connect to 587(tls) smtp over socks5 and have error:
S 250-SIZE 31457280
S 250-ENHANCEDSTATUSCODES
S 250-8BITMIME
S 250-AUTH PLAIN LOGIN
S 250 STARTTLS
C STARTTLS
S 220 2.0.0 Start TLS
Starting TLS cryptograpic protocol
Could not send the message to mailmail@gmail.com.
Error: could not start TLS connection encryption protocol
why?
change to 465(ssl):
Connecting to SOCKS server "[my_socks]" port 80...
PHP Warning: fsockopen(): SSL: Success in /root/mailsocks/smtp.php on line 806
PHP Warning: fsockopen(): Failed to enable crypto in /root/mailsocks/smtp.php on line 806
PHP Warning: fsockopen(): unable to connect to ssl://[my_socks]:1080 (Unknown error) in /root/mailsocks/smtp.php on line 806