Re: [Dev] Email Notification under a proxy server

2016-10-17 Thread Tishan Dahanayakage
n.mail.util.SocketFetcher.getSocket( > SocketFetcher.java:189) > at com.sun.mail.smtp.SMTPTransport.openServer( > SMTPTransport.java:1250) > ... 12 more > > > > Regards, Aneela Safdar > > > -- > *From:* Tishan Dahanayakage >

Re: [Dev] Email Notification under a proxy server

2016-10-16 Thread Tishan Dahanayakage
*To:* Aneela Safdar > *Cc:* WSO2 Developers' List > *Sent:* Wednesday, October 12, 2016 5:18 PM > *Subject:* Re: [Dev] Email Notification under a proxy server > > Hi, > > Yes. you can add required AMTP properties to out-event-adaptor.xml. Also > please make sure that y

Re: [Dev] Email Notification under a proxy server

2016-10-12 Thread Tishan Dahanayakage
Hi, Yes. you can add required AMTP properties to out-event-adaptor.xml. Also please make sure that your proxy server supports SOCKS and allows anonymous connections. This[1] is the class that represent the adaptor. This will be useful if you run into any issues. [1] https://github.com/wso2/carbon

[Dev] Email Notification under a proxy server

2016-10-12 Thread Aneela Safdar
Hi, I am trying to use Email adapter in order to provide notifications. But the problem is I am behind a proxy server and JavaMail doesnot support any web proxy, After a little search, I have found out that it is doable if proxy server supports SOCKS. It means I have to add parameters of Email a