Author |
Message
|
mbhaider |
Posted: Wed Aug 10, 2016 3:59 pm Post subject: Email Input Node - Receive Email from gmail using POP3 |
|
|
Newbie
Joined: 02 Nov 2014 Posts: 4
|
Hello,
I am trying to receive email from Gmail using POP3, but unable to do that.
My question is, has anyone ever used EmailInputNode to connect to Gmail using pop3 to receive emails? Is that even possible in any version of Message Broker / Integration Bus?
Thanks
Bilal
Last edited by mbhaider on Fri Aug 12, 2016 7:49 am; edited 1 time in total |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Aug 10, 2016 11:11 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
We get these posts from time to time here.
Why not use the google search (upper right of the screen) to search them first?
Some things to ask yourself:-
What version of the product (including fixpacks) and what platform?
What have you configured and how?
What have you tried?
What errors do you get? did you take a user trace to see what happens or were you relying on the debugger only?
Is there a firewall in the way?
Does the FQDN you are using resolve to the right IP address for the service?
It is very difficult if nigh on impossible to help you given the very brief problem description you posted. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
mpong |
Posted: Wed Aug 10, 2016 11:26 pm Post subject: |
|
|
Disciple
Joined: 22 Jan 2010 Posts: 164
|
Can you please provide us more information. What is the Email server and port that you have set on the node. What is the resource name that you have set on your mqsisetdbparm command. |
|
Back to top |
|
 |
mbhaider |
Posted: Fri Aug 12, 2016 7:50 am Post subject: |
|
|
Newbie
Joined: 02 Nov 2014 Posts: 4
|
smdavies99 wrote: |
We get these posts from time to time here.
Why not use the google search (upper right of the screen) to search them first?
Some things to ask yourself:-
What version of the product (including fixpacks) and what platform?
What have you configured and how?
What have you tried?
What errors do you get? did you take a user trace to see what happens or were you relying on the debugger only?
Is there a firewall in the way?
Does the FQDN you are using resolve to the right IP address for the service?
It is very difficult if nigh on impossible to help you given the very brief problem description you posted. |
I have modified my question, would it be easy for you to answer now? |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Aug 12, 2016 8:06 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Gmail requires SSL for any email communication.
It also requires a custom port # for any email communication.
There has been previous discussion here about connecting to Gmail (use the search box on this page).
A lot of this discussion has also involved reading very large PDFs from said email.
Please be aware that using Email to transfer files is a relatively poor idea.
Please be aware that transferring files is a relatively poor idea.
Please be aware that processing very large (1Gb+) data in Broker requires non-default configuration and tuning. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Aug 12, 2016 8:24 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
mbhaider wrote: |
I have modified my question, would it be easy for you to answer now? |
Have you even tried to answer my questions? Two of us have suggested that you look at the previous posts here because a lot of your problems will be answered there.
So far we don't have any evidence that you are willing to try things out for yourself even if they don't work.
I guess you are looking for a step by step guide to using the email node with Gmail
AFAIK, one does not exist. So why not help others by writing it yourself. Then other people with your problem will benefit from the wisdom you will acquire in getting it to work. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
mbhaider |
Posted: Fri Aug 12, 2016 8:31 am Post subject: |
|
|
Newbie
Joined: 02 Nov 2014 Posts: 4
|
mpong wrote: |
Can you please provide us more information. What is the Email server and port that you have set on the node. What is the resource name that you have set on your mqsisetdbparm command. |
I have modified my question, would it be easy for you to reply?
Thanks, |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Aug 12, 2016 8:52 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
mbhaider wrote: |
mpong wrote: |
Can you please provide us more information. What is the Email server and port that you have set on the node. What is the resource name that you have set on your mqsisetdbparm command. |
I have modified my question, would it be easy for you to reply? |
Those are questions you need to answer.
Again, there are previous posts about using Gmail. There's a lovely search box that will help you find them. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
mbhaider |
Posted: Mon Aug 15, 2016 1:40 am Post subject: |
|
|
Newbie
Joined: 02 Nov 2014 Posts: 4
|
I tried many options (following docs for configurable service and security identity) to get EmailInputNode working with Gmail using POP3 and imap. It seems not working at all.
I got it working for yahoo using imap for twice (It did read emails twice and then stopped working).
There might be something missing in the documentation which might need to be done to make EmailInputNode working for receiving email using pop3.
Anyways, I solved my problem using JavaCompute Node (Java Mail API).
Just one suggestion for the chaps here, Please don't always anticipate
and try to answer in the context of the question.
So my question still stands:
Has anyone used EmailInputNode to connect to Gmail using pop3 to receive emails and got it working successfully?.
If you have done that please reply Yes.
Thanks,
Bilal |
|
Back to top |
|
 |
timber |
Posted: Mon Aug 15, 2016 2:25 am Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
Quote: |
Just one suggestion for the chaps here, Please don't always anticipate
and try to answer in the context of the question. |
We are the people giving out free advice. You're the person asking for it. It is up to you to convince us that you are not a time-waster, and that you have actually done some reading/experimentation yourself.
Quote: |
I tried many options (following docs for configurable service and security identity) to get EmailInputNode working with Gmail using POP3 and imap. It seems not working at all. |
Well done for doing the background work before posting - but your question gave us no reason to expect that. Next time, please mention it in your first post. It is not reasonable to expect us to guess this stuff. |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Aug 15, 2016 2:32 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
mbhaider wrote: |
I tried many options (following docs for configurable service and security identity) to get EmailInputNode working with Gmail using POP3 and imap. It seems not working at all.
|
Are you getting anything back from Google when you try to connect from the EMAILInputNode?
How do you know it is not working? What errors are you seeing?
Have you tried running the flow with usertrace enabled?
Does the trace output show anything?
Please show us how you configured the configurable service and security identity and dbparms (obfuscate usernames and passwords). You never know, you might have made a mistake. We all do that from time to time. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Aug 15, 2016 4:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mbhaider wrote: |
If you have done that please reply Yes. |
Yes. Does that answer "in the context of the question"?
Just one suggestion for you:
timber wrote: |
It is up to you to convince us that you are not a time-waster, and that you have actually done some reading/experimentation yourself. |
If you don't like the way we answer questions, don't ask them. We won't miss you. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Aug 15, 2016 5:04 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
|