cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid protocol name in sender communication channel

Former Member
0 Kudos

Hi,

I'm developing a sender mail scenario, but communication channel always return error :

"exception caught during processing mail message; java.io.IOException: invalid protocol name: pop3; pop or pops expected"

Configuration of sender comm. channel:

Protocol : POP3

URL : POP3://server/inbox

User and pwd checked by basis team.

What could be the cause of this error?

Thanks,

Carme.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184681
Active Contributor
0 Kudos

Hi,

Simply change your URL to:

pop://server/inbox

Regards,

Greg

Answers (1)

Answers (1)

zameerf
Contributor
0 Kudos

Hi,

Did you try with URL as pop3://server/inbox, pop3 and not POP3?

did that help?

-Zameer