[
https://issues.apache.org/jira/browse/EMAIL-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15928837#comment-15928837
]
Sebb commented on EMAIL-150:
----------------------------
I think that should probably be "mail.getMailSession()..."
However note that this creates the session if it does not already exist.
This may cause problems if it is done at the wrong time - e.g. one cannot
subsequently use setSSLOnConnect().
> Proxy support
> -------------
>
> Key: EMAIL-150
> URL: https://issues.apache.org/jira/browse/EMAIL-150
> Project: Commons Email
> Issue Type: Improvement
> Reporter: Perriman
> Assignee: Siegfried Goeschl
> Labels: proxy
>
> 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.15#6346)