-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Administration - Mail
-
None
-
1
-
2
Bitbucket can be configured to send notifications via SMTP. Currently there is no way to specify that an outbound proxy should be used. The JavaMail API specifies properties to be used but these are not set when Bitbucket creates its Session to the Mail server.
| Property | Type | Description |
|---|---|---|
| mail.smtp.proxy.host | string | Specifies the host name of an HTTP web proxy server that will be used for connections to the mail server. |
| mail.smtp.proxy.port | string | Specifies the port number for the HTTP web proxy server. Defaults to port 80. |
| mail.smtp.proxy.user | string | Specifies the user name to use to authenticate with the HTTP web proxy server. By default, no authentication is done. |
| mail.smtp.proxy.password | string | Specifies the password to use to authenticate with the HTTP web proxy server. By default, no authentication is done. |
| mail.smtp.socks.host | string | Specifies the host name of a SOCKS5 proxy server that will be used for connections to the mail server. |
| mail.smtp.socks.port | string | Specifies the port number for the SOCKS5 proxy server. This should only need to be used if the proxy server is not using the standard port number of 1080. |
This request is to allow these properties to be configured and used by Bitbucket.