Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Java Mail should use default server ports when not provided by the user #193

Closed
bbottema opened this issue Jan 20, 2019 · 3 comments

Comments

@bbottema
Copy link
Owner

Currently the port must come from a properties file (or Spring) or from the builder API (Java or CLI).

However, for the various transport strategies, default ports are known which should be used if not provided.

@bbottema bbottema added this to the 6.0.0 milestone Jan 20, 2019
bbottema added a commit that referenced this issue Apr 4, 2019
@bbottema bbottema closed this as completed Apr 4, 2019
@bbottema
Copy link
Owner Author

bbottema commented Apr 4, 2019

Implemented default ports for SOCKS proxy (1080) and SMTP server (SMTP: 25, SMTPS: 465 and SMTP_TLS: 587)

@bbottema bbottema self-assigned this Apr 4, 2019
@bbottema
Copy link
Owner Author

Released in 6.0.0-rc1.

@bbottema
Copy link
Owner Author

6.0.0 has released as well, finally.

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

No branches or pull requests

1 participant