I was able to access the internet through the browser, but not the email account. The mail server was not pingable, so I couldn't get a reply. However, I was able to set up this account on another PC successfully, which told me it was something about THIS pc that was prohibiting sending and receiving. The fix was a resetting the WINSOCK. In DOS command line I entered these two lines and it was fixed after reboot:
netsh winsock reset <enter>
netsh int ip reset reset.log <enter>
It was funny, I had never seen this problem that effected only email without effecting the browser. This definitely fixed the problem though.