cancel
Showing results for 
Search instead for 
Did you mean: 

Sender Mail adapter

Former Member
0 Kudos

Hi All,

We are trying to connect to a gmail server using POP3/IMAP protocols through PI 7.11 using a sender mail adapter. When we specify

 pop://pop3.gmail.com

as URL in the adapter, PI is unable to connect to the server. The channel throws the below error

exception caught during processing mail message; java.net.ConnectException: Connection timed out: connect

We believe the above error is due to the fact that PI can't connect to the gmail server(due to missing proxy server details).

Is there any option in the sender mail adapter to specify the proxy server details as we do in a SOAP adapter? Or Is there any other alternate way to connect to the gmail server?

Please advice.

Regards,

Malini

Edited by: malini balasubramaniam on Jun 10, 2010 12:38 PM

Edited by: malini balasubramaniam on Jun 10, 2010 12:40 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Have you confirmed from your network team if gmail server is accessible from your PI system or not?

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

we have resolved the above issue. we reffered the below thread

we changes the url to pops://pop.gmail.com as gmail uses SSL

Regards,

Malini