Skip to content

ServerConfig class should be public API #136

@thatsIch

Description

@thatsIch

We require some post-validation after the mailer and email is constructed to check if all the required fields were set but calling

public class Mailer {
    ...
    public ServerConfig getServerConfig() {
    ...
}

returns a package private org.simplejavamail.mailer.ServerConfig which is also not declared as internal via package structure.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions