We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
#193: Added default SOCKS proxy port in the mailer builder
fa81e72
#193: Added default SMTP server port based on the transport strategy …
d98c00f
…(SMTP: 25, SMTPS: 465 and SMTP_TLS: 587)
Implemented default ports for SOCKS proxy (1080) and SMTP server (SMTP: 25, SMTPS: 465 and SMTP_TLS: 587)
Sorry, something went wrong.
Released in 6.0.0-rc1.
6.0.0 has released as well, finally.
bbottema
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: