How do I specify a port other then the default to get my POP mail?
Created May 7, 2012
John Zukowski You need to specify the port by setting the mail.pop3.port property:
props.put("mail.pop3.port", "1234");