Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
[SOLVED] READ DOCUMENT (mail)
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
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
0
Answers
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
Best regards,
Marius