🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[SOLVED] READ DOCUMENT (mail)

User: "dara"
New Altair Community Member
Updated by Jocelyn
I would like to read the email from a gmail account, so I setup the READ DOCUMENT process as follows:

host=gmail.com   (I tried pop.gmail.com and still did not work, tried smtp.gmail.com and did not work)
user=myname@gmail.com   (tried only myname and did not work)
protocol=pop3

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "dara"
    New Altair Community Member
    OP
    Well it seems I am talking to myself:

    For POP3

    host=pop.gmail
    user=name@gmail.com
    password=whatever
    Protocol=pop3

    But that is not enough you need to click on the expert options and do
    Define store = explicit
    Connection Properties=  click on the edit list

    property key                    property value
    mail.pop3. port                995
    mail.pop3.ssl.enable      true
    mail.pop3.timeout          5000
    mail.pop3.connectiontimeout  5000


    User: "MariusHelf"
    New Altair Community Member
    Thanks for posting you solution!

    Best regards,
    Marius