Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Port number to mail server ignored #217

Open
ITassas opened this issue May 11, 2020 · 0 comments
Open

Port number to mail server ignored #217

ITassas opened this issue May 11, 2020 · 0 comments

Comments

@ITassas
Copy link

ITassas commented May 11, 2020

Port number from portlet-preference is ignored when opening mail session. This line from JavamailAccountDaoImpl is not setting port properly :

mailProperties.put("mail.port", config.getPort());

Looks like syntax has changed. Protocol should be included :

mailProperties.put(protocolPropertyPrefix + "port", config.getPort());

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant