Question
Unable to send mail using Google gmail smpt service
I tried to open port 465, But…
ufw allow 465/tcp
ufw allow out 465/tcp
sudo nmap -sS -p 20-2550 localhost
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000019s latency).
Not shown: 2528 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
443/tcp open https
telnet -4 smtp.gmail.com 465
telnet: Unable to connect to remote host: Connection timed out
Unable to open port 465
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×