You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Perriman (JIRA)" <ji...@apache.org> on 2015/03/02 13:20:04 UTC

[jira] [Created] (EMAIL-150) Proxy support

Perriman created EMAIL-150:
------------------------------

             Summary: Proxy support
                 Key: EMAIL-150
                 URL: https://issues.apache.org/jira/browse/EMAIL-150
             Project: Commons Email
          Issue Type: Improvement
            Reporter: Perriman


Support to use socket proxy. In javamail it can be done with:

props.setProperty("proxySet", "true");
props.setProperty("socksProxyHost", proxyHost);
props.setProperty("socksProxyPort", proxyPort);





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)