JT20 wrote:What does "ping"mean? Thanks
Hopefully the issue has resolved itself so the following is just FYI
ping helps verify that a destination endpoint is alive, i.e. it is reachable and able to respond back to you.
On a desktop or laptop device open a:
- Command Prompt in Windows
- Terminal app on other platforms (like macOS, Linux, etc)
Type the following command and then press Enter key to execute:
ping imap.virginmedia.com
The resulting output will be similar to following if successful where each line after the initial line indicates a response to the ping
PING imap-virginmedia-com.edge.unified.services (84.116.6.19) 56(84) bytes of data.
64 bytes from mail-virginmedia-com.nl1.edge.unified.services (84.116.6.19): icmp_seq=1 ttl=63 time=0.4 ms
64 bytes from mail-virginmedia-com.nl1.edge.unified.services (84.116.6.19): icmp_seq=2 ttl=63 time=0.4 ms
⋮