PVS and Email
Hi,
When I test connectivity after creating an email account I get the following error...
MessagingException caught connecting to email server: javax.mail.MessagingException: Unknown SMTP host: smtp.gmail.com;
nested exception is:
java.net.UnknownHostException: smtp.gmail.com
I'm guessing it was because as stated in the Virtual Machine Quick Start Guide (page 8)...
The host-only adapter restricts a VM from accessing the network on which your computer is connected. This means the VM cannot connect to the network your computer is connected to or the internet.
I encountered the same error (UnknownHostException) when I try to Upload a WSDL via URL. Which seems to support my theory.
How do I go about configuring full internet access in VirtualBox???