Skip to content

Commit

Permalink
Publicizes Server ports (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Aug 29, 2024
1 parent 16982ce commit 2807453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jodd/mail/SmtpSslServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class SmtpSslServer extends SmtpServer {
/**
* Default SMTP SSL port.
*/
protected static final int DEFAULT_SSL_PORT = 465;
public static final int DEFAULT_SSL_PORT = 465;

public SmtpSslServer(final Builder builder) {
super(builder, DEFAULT_SSL_PORT);
Expand Down

0 comments on commit 2807453

Please sign in to comment.