I am using AWS SES to send emails to users. Before sending email I want to check if the mailbox/actual email exists or not.
To check if email exists, I am using command telnet gmail-smtp-in.l.google.com. 25
from my EC2 instance (I also tried same on my macos) to check if the port of the server is open or not, after executing the command I keep getting error of time-out, below is the output
Trying 74.125.24.26...
telnet: connect to address 74.125.24.26: Operation timed out
Trying 2404:6800:4003:c02::1b...
telnet: connect to address 2404:6800:4003:c02::1b: No route to host
telnet: Unable to connect to remote host