Javamail and Gmail Pop3 SSL

后端 未结 2 1550
孤独总比滥情好
孤独总比滥情好 2021-01-13 17:20

i\'m trying to connect my app to Gmail to check emails. I must use SSL for POP3.

This is my code:

    Properties props = new Properties();

    props         


        
2条回答
  •  粉色の甜心
    2021-01-13 18:10

    The port should be 995 for gmail: http://support.google.com/mail/bin/answer.py?hl=en&answer=13287

提交回复
热议问题